Package com.github.beothorn.agent.advice
Class AdviceConstructorCallRecorder
- java.lang.Object
-
- com.github.beothorn.agent.advice.AdviceConstructorCallRecorder
-
public class AdviceConstructorCallRecorder extends java.lang.ObjectThis advice is supposed to be injected on constructor. It will call the recorder to record the constructor call on the next snapshot. This advice does not get the capture the values of the parameters.
-
-
Constructor Summary
Constructors Constructor Description AdviceConstructorCallRecorder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidenter(java.lang.reflect.Constructor<?> constructor)static voidexit()
-