Annotationsschnittstelle AdviceName


@Retention(RUNTIME) @Target(METHOD) public @interface AdviceName
Used to annotated code-style advice to name it Name is used by reflection api if present, may in future be used in adviceexecution() pcd. It is an error to use the @AdviceName annotation on an annotation-style advice declaration.
  • Erforderliche Elemente - Übersicht

    Erforderliche Elemente
    Modifizierer und Typ
    Erforderliches Element
    Beschreibung
     
  • Elementdetails

    • value

      String value
      Gibt zurück:
      the name of the advice