@Documented
 @Retention(value=RUNTIME)
 @Target(value={TYPE_PARAMETER,TYPE_USE})
 @SubtypeOf(value=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 Chceker Inequalities, the bottom type