Class DownloadAnnotation

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

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

    • DownloadAnnotation

      public DownloadAnnotation(BaseConfigProperties baseConfigProperties)
      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 pointcut
      Throwable