Package org.ehrbase.api.aspect
Interface AnnotationAspect
- All Known Subinterfaces:
AuthorizationAspect
public interface AnnotationAspect
-
Method Summary
Modifier and TypeMethodDescriptionaction(org.aspectj.lang.ProceedingJoinPoint pjp, List<Annotation> annotations) List<Class<? extends Annotation>>
-
Method Details
-
matchAnnotations
List<Class<? extends Annotation>> matchAnnotations() -
action
Object action(org.aspectj.lang.ProceedingJoinPoint pjp, List<Annotation> annotations) throws Throwable - Throws:
Throwable
-