Annotation Type LessThanBottom
-
@Documented @Retention(RUNTIME) @Target({TYPE_PARAMETER,TYPE_USE}) @SubtypeOf(LessThan.class) public @interface LessThanBottom
The bottom type in the LessThan type system. Programmers should rarely write this type.- See the Checker Framework Manual:
- Index Checker Inequalities, the bottom type