Class InstrumentedAspect


  • public class InstrumentedAspect
    extends Object
    • Constructor Detail

      • InstrumentedAspect

        public InstrumentedAspect()
    • Method Detail

      • aroundInstrumentedMethod

        public Object aroundInstrumentedMethod​(org.aspectj.lang.ProceedingJoinPoint thisJoinPoint,
                                               Instrumented instrumented)
                                        throws Throwable
        Throws:
        Throwable