Package com.github.beothorn.agent.advice
Class AdviceConstructorCallRecorder
java.lang.Object
com.github.beothorn.agent.advice.AdviceConstructorCallRecorder
This 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 -
Method Summary
Modifier and TypeMethodDescriptionstatic voidenter(Constructor<?> constructor) static voidexit()
-
Constructor Details
-
AdviceConstructorCallRecorder
public AdviceConstructorCallRecorder()
-
-
Method Details
-
enter
-
exit
@OnMethodExit public static void exit()
-