Package org.aspectj.lang.annotation
-
Annotation Types Summary Annotation Type Description AdviceName Used to annotated code-style advice to name it Name is used by reflection api if present, may in future be used in adviceexecution() pcd.After After finally adviceAfterReturning After returning adviceAfterThrowing After throwing adviceAround Around adviceAspect Aspect declarationBefore Before adviceDeclareAnnotation DeclareError DeclareMixin DeclareMixin annotation - see design and usage in https://bugs.eclipse.org/bugs/show_bug.cgi?id=266552DeclareParents Declare parents mixin annotationDeclarePrecedence Aspect precedence declarationDeclareWarning Pointcut Pointcut declarationRequiredTypes Can be specified on an aspect to ensure that particular types must be accessible before the aspect will be 'activated'.SuppressAjWarnings Annotate members to avoid AspectJ error messages.