Annotation Type DeclareWarning


  • @Retention(RUNTIME)
    @Target(FIELD)
    public @interface DeclareWarning
    Author:
    colyer Annotation for declare warning... usage: @DeclareWarning("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)
    • Element Detail

      • value

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