org.aspectj.lang.annotation
Annotation Type DeclareWarning


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface DeclareWarning

Author:
colyer Annotation for declare warning... usage: @DeclareWarning("somePcut()") private static final String "a message";

Required Element Summary
 java.lang.String value
          The pointcut expression where to bind the error (don't use if, formal bindings, cflow etc)
 

Element Detail

value

public abstract java.lang.String value
The pointcut expression where to bind the error (don't use if, formal bindings, cflow etc)