Package com.github.beothorn.agent.advice
Class AdviceFunctionCallRecorder
java.lang.Object
com.github.beothorn.agent.advice.AdviceFunctionCallRecorder
This advice is supposed to be injected on methods.
It will call the recorder to record the method call on the next snapshot.
This advice does not get the capture the values of the parameters.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AdviceFunctionCallRecorder
public AdviceFunctionCallRecorder()
-
-
Method Details
-
enter
-
exit
@OnMethodExit public static void exit()
-