Package com.github.beothorn.agent.advice
Class AdviceFunctionCallRecorderWithCapture
java.lang.Object
com.github.beothorn.agent.advice.AdviceFunctionCallRecorderWithCapture
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 capture the values of the parameters.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AdviceFunctionCallRecorderWithCapture
public AdviceFunctionCallRecorderWithCapture()
-
-
Method Details
-
enter
-
exit
@OnMethodExit(onThrowable=java.lang.Throwable.class) public static void exit(@Return(typing=DYNAMIC) Object returnValueFromMethod)
-