@Retention(RUNTIME)
@Target(FIELD)
public @interface DeclareParents
Modifier and Type | Required Element | Description |
---|---|---|
java.lang.String |
value |
The target types expression
|
Modifier and Type | Optional Element | Description |
---|---|---|
java.lang.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).
|