Annotation Type LowerBoundBottom
-
@Documented @Retention(RUNTIME) @Target({TYPE_USE,TYPE_PARAMETER}) @TargetLocations({LOWER_BOUND,UPPER_BOUND}) @SubtypeOf(Positive.class) public @interface LowerBoundBottom
The bottom type of the lower bound type system. A variable annotated with this value cannot take on any integer values.- See the Checker Framework Manual:
- Index Checker