Annotationsschnittstelle DeclareError


@Retention(RUNTIME) @Target(FIELD) public @interface DeclareError
Autor:
colyer Annotation for declare error... usage: @DeclareError("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)