Annotationsschnittstelle Aspect


@Retention(RUNTIME) @Target(TYPE) public @interface Aspect
Aspect declaration
Autor:
Alexandre Vasseur
  • Optionale Elemente - Übersicht

    Optionale Elemente
    Modifizierer und Typ
    Optionales Element
    Beschreibung
     
  • Elementdetails

    • value

      String value
      Gibt zurück:
      the per clause expression, defaults to singleton aspect. Valid values are "" (singleton), "perthis(...)", etc
      Standard:
      ""