@Retention(RUNTIME)
@Target(METHOD)
public @interface Pointcut
Modifier and Type | Optional Element | Description |
---|---|---|
java.lang.String |
argNames |
When compiling without debug info, or when interpreting pointcuts at runtime,
the names of any arguments used in the pointcut are not available.
|
java.lang.String |
value |
The pointcut expression
We allow "" as default for abstract pointcut
|
java.lang.String value
java.lang.String argNames