Class AdviceInterceptConstructorMethod

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

public class AdviceInterceptConstructorMethod extends Object
This advice is supposed to be injected on constructor. It will call the interceptor method passing the constructor call. This advice is injected at the end of the method so the return can be also passed along.