Annotation Interface LessThanUnknown
@Documented
@Retention(RUNTIME)
@Target({TYPE_PARAMETER,TYPE_USE})
@SubtypeOf({})
@DefaultQualifierInHierarchy
@InvisibleQualifier
public @interface LessThanUnknown
The top qualifier for the LessThan type hierarchy. It indicates that no other expression is known
to be larger than the annotated one.
- See the Checker Framework Manual:
- Index Checker Inequalities