Annotation Interface 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
     
  • Element Details

    • value

      String value
      Returns:
      the pointcut expression where to bind the error (don't use if, formal bindings, cflow etc)