Annotationsschnittstelle DeclareParents


@Retention(RUNTIME) @Target(FIELD) public @interface DeclareParents
Declare parents mixin annotation
  • Erforderliche Elemente - Übersicht

    Erforderliche Elemente
    Modifizierer und Typ
    Erforderliches Element
    Beschreibung
     
  • Optionale Elemente - Übersicht

    Optionale Elemente
    Modifizierer und Typ
    Optionales Element
    Beschreibung
    Optional class defining default implementation of interface members (equivalent to defining a set of interface member ITDs for the public methods of the interface).
  • Elementdetails

    • value

      String value
      Gibt zurück:
      the target types expression
    • defaultImpl

      Class defaultImpl
      Optional class defining default implementation of interface members (equivalent to defining a set of interface member ITDs for the public methods of the interface).
      Gibt zurück:
      define the default implementation of interface members (should always be specified)
      Standard:
      org.aspectj.lang.annotation.DeclareParents.class