Class DebugProfilingAspect


  • @Configurable
    public class DebugProfilingAspect
    extends java.lang.Object
    Author:
    Fabrizio Giudici
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object advice​(org.aspectj.lang.ProceedingJoinPoint pjp)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DebugProfilingAspect

        public DebugProfilingAspect()
    • Method Detail

      • advice

        public java.lang.Object advice​(@Nonnull
                                       org.aspectj.lang.ProceedingJoinPoint pjp)
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable