@Documented @Retention(value=RUNTIME) @Target(value={TYPE_USE,TYPE_PARAMETER}) @SubtypeOf(value=UnknownClass.class) public @interface ClassBound
Class<T> object whose run-time value is equal to or a subtype of one of
 the arguments.| Modifier and Type | Required Element and Description | 
|---|---|
| String[] | valueThe binary
 name of the class or classes that upper-bound the values of this Class object. | 
public abstract String[] value