Annotationsschnittstelle DeclareWarning


@Retention(RUNTIME) @Target(FIELD) public @interface DeclareWarning
Autor:
colyer Annotation for declare warning... usage: @DeclareWarning("somePcut()") private static final String "a message";
  • Erforderliche Elemente - Übersicht

    Erforderliche Elemente
    Modifizierer und Typ
    Erforderliches Element
    Beschreibung
     
  • Elementdetails

    • value

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