@Documented
 @Retention(value=RUNTIME)
 @Target(value={TYPE_USE,TYPE_PARAMETER})
 @SubtypeOf(value={})
 @DefaultQualifierInHierarchy
public @interface LowerBoundUnknown
The annotated expression evaluates to value that might be -2 or lower. This is the top type for
 the Lower Bound type system. It should not have to be written by a programmer.
- See the Checker Framework Manual:
- Index Checker