Class GoToAnnotation

java.lang.Object
com.almis.awe.annotation.aspect.GoToAnnotation

public class GoToAnnotation extends Object
GoTo annotations pointcuts and advices
Author:
dfuentes Created by dfuentes on 01/06/2017.
See Also:
  • Constructor Details

    • GoToAnnotation

      public GoToAnnotation()
  • Method Details

    • goToMethodProcessor

      public Object goToMethodProcessor(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint) throws Throwable
      GoTo annotation on methods
      Parameters:
      proceedingJoinPoint - Join point
      Throws:
      AWException - Error on pointcut
      Throwable