Class AdviceConstructorCallRecorder

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

public class AdviceConstructorCallRecorder extends Object
This advice is supposed to be injected on constructor. It will call the recorder to record the constructor call on the next snapshot. This advice does not get the capture the values of the parameters.
  • Constructor Details

    • AdviceConstructorCallRecorder

      public AdviceConstructorCallRecorder()
  • Method Details

    • enter

      @OnMethodEnter public static void enter(@Origin Constructor<?> constructor)
    • exit

      @OnMethodExit public static void exit()