Package org.aspectj.lang.annotation
Annotation Type DeclareAnnotation
-
@Retention(RUNTIME) @Target({TYPE,FIELD,METHOD,CONSTRUCTOR}) public @interface DeclareAnnotation
- Author:
- Alexandre Vasseur
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
value
pointcut (type pattern for type, or method/ctor/field signature pattern)
-