@Retention(RUNTIME)
@Target(METHOD)
public @interface Around
Modifier and Type | Required Element | Description |
---|---|---|
java.lang.String |
value |
The pointcut expression where to bind the advice
|
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 advice declaration are not available.
|
java.lang.String argNames