Package com.almis.awe.annotation.aspect
Class GoToAnnotation
java.lang.Object
com.almis.awe.annotation.aspect.GoToAnnotation
GoTo annotations pointcuts and advices
- Author:
- dfuentes Created by dfuentes on 01/06/2017.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongoToMethodProcessor
(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint) GoTo annotation on methods
-
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 pointcutThrowable
-