Package org.aspectj.lang.annotation
Annotation Type DeclarePrecedence
-
@Retention(RUNTIME) @Target(TYPE) public @interface DeclarePrecedence
Aspect precedence declaration- Author:
- Alexandre Vasseur
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
value
The precedence pattern list
-