Package org.aspectj.lang.annotation
Annotation Type DeclareParents
-
@Retention(RUNTIME) @Target(FIELD) public @interface DeclareParentsDeclare parents mixin annotation
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueThe target types expression
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.ClassdefaultImplOptional class defining default implementation of interface members (equivalent to defining a set of interface member ITDs for the public methods of the interface).
-