Package org.aspectj.lang.annotation
Annotation Type DeclareError
-
@Retention(RUNTIME) @Target(FIELD) public @interface DeclareError
- Author:
- colyer Annotation for declare error... usage: @DeclareError("somePcut()") private static final String "a message";
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
value
The pointcut expression where to bind the error (don't use if, formal bindings, cflow etc)
-