Annotation Type ClassValBottom
-
@Documented @Retention(RUNTIME) @Target({TYPE_USE,TYPE_PARAMETER}) @TargetLocations({LOWER_BOUND,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