Package com.github.beothorn.agent.advice
Class AdviceInterceptStaticMethod
- java.lang.Object
-
- com.github.beothorn.agent.advice.AdviceInterceptStaticMethod
-
public class AdviceInterceptStaticMethod extends java.lang.ObjectThis advice is supposed to be injected on static methods. It will call the interceptor method passing the method call. This advice is injected at the end of the constructor so the new instance is already created.
-
-
Constructor Summary
Constructors Constructor Description AdviceInterceptStaticMethod()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidexit(java.lang.reflect.Executable methodCalled, java.lang.Object[] allArguments, java.lang.Object returnValueFromMethod)
-