@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD,METHOD,CONSTRUCTOR})
public @interface DeclareAnnotation
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
pointcut (type pattern for type, or method/ctor/field signature pattern)
|