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