Package org.aspectj.lang.annotation
Annotation Type Aspect
-
@Retention(RUNTIME) @Target(TYPE) public @interface Aspect
Aspect declaration- Author:
- Alexandre Vasseur
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
value
Per clause expression, defaults to singleton aspect
-