Class AdviceInterceptStaticMethod

java.lang.Object
com.github.beothorn.agent.advice.AdviceInterceptStaticMethod

public class AdviceInterceptStaticMethod extends Object
This 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 Details

    • AdviceInterceptStaticMethod

      public AdviceInterceptStaticMethod()
  • Method Details