Class AdviceInterceptMethod

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

public class AdviceInterceptMethod extends Object
This advice is supposed to be injected on 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.