限定符和类型 | 可选元素和说明 |
---|---|
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.
|
String |
pointcut
The pointcut expression where to bind the advice, overrides "value" when specified
|
String |
returning
The name of the argument in the advice signature to bind the returned value to
|
String |
value
The pointcut expression where to bind the advice
|
public abstract String value
public abstract String pointcut
public abstract String returning
public abstract String argNames