@SubtypeOf(value=UnknownClass.class) @Retention(value=RUNTIME) @Target(value={TYPE_USE,TYPE_PARAMETER}) public @interface ClassBound
Modifier and Type | Required Element and Description |
---|---|
String[] |
value
The binary name
of the class or classes that upper-bound the values of this Class object.
|
public abstract String[] value