Annotation Interface ClassValBottom
@Documented
@Retention(RUNTIME)
@Target({TYPE_USE,TYPE_PARAMETER})
@TargetLocations({EXPLICIT_LOWER_BOUND,EXPLICIT_UPPER_BOUND})
@InvisibleQualifier
@SubtypeOf({ClassVal.class,ClassBound.class})
public @interface ClassValBottom
The bottom type in the ClassVal type system. Programmers should rarely write this type.
- See the Checker Framework Manual:
- ClassVal Checker, the bottom type