Class LogExecutionTimeAnnotationHandler

java.lang.Object
org.craftercms.studio.api.v2.annotation.LogExecutionTimeAnnotationHandler

@Order public class LogExecutionTimeAnnotationHandler extends Object
Handles the LogExecutionTime annotation. Log execution time of a method if the method's class logger is enabled trace
  • Constructor Details

    • LogExecutionTimeAnnotationHandler

      public LogExecutionTimeAnnotationHandler()
  • Method Details

    • logExecutionTime

      public Object logExecutionTime(org.aspectj.lang.ProceedingJoinPoint pjp) throws Throwable
      Throws:
      Throwable