@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface DeclareError
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
The pointcut expression where to bind the error (don't use if, formal bindings, cflow etc)
|