Annotation Interface ClassBound
@Documented
@Retention(RUNTIME)
@Target({TYPE_USE,TYPE_PARAMETER})
@SubtypeOf(UnknownClass.class)
public @interface ClassBound
This represents a 
Class<T> object whose run-time value is equal to or a subtype of one of
 the arguments.- See the Checker Framework Manual:
- ClassVal Checker
- 
Required Element SummaryRequired ElementsModifier and TypeRequired ElementDescriptionString[]The binary name of the class or classes that upper-bound the values of this Class object.
- 
Element Details- 
valueString[] valueThe binary name of the class or classes that upper-bound the values of this Class object.
 
-