Package com.almis.awe.annotation.aspect
Class DownloadAnnotation
java.lang.Object
com.almis.awe.annotation.aspect.DownloadAnnotation
GoTo annotations pointcuts and advices
- Author:
- dfuentes Created by dfuentes on 01/06/2017.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDownloadAnnotation
(BaseConfigProperties baseConfigProperties) DownloadAnnotation annotation constructor -
Method Summary
Modifier and TypeMethodDescriptiongoToMethodProcessor
(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint) GoTo annotation on methods
-
Constructor Details
-
DownloadAnnotation
DownloadAnnotation annotation constructor- Parameters:
baseConfigProperties
- Base config properties
-
-
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
-