Package com.github.beothorn.agent.advice
Class AdviceFunctionCallRecorder
- java.lang.Object
-
- com.github.beothorn.agent.advice.AdviceFunctionCallRecorder
-
public class AdviceFunctionCallRecorder extends java.lang.ObjectThis 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 Constructor Description AdviceFunctionCallRecorder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidenter(java.lang.reflect.Method method, java.lang.Object[] allArguments)static voidexit()
-