Annotation Type UpperBoundLiteral
- 
@Documented @Retention(RUNTIME) @Target({TYPE_USE,TYPE_PARAMETER}) @TargetLocations({LOWER_BOUND,UPPER_BOUND}) @SubtypeOf(LTEqLengthOf.class) public @interface UpperBoundLiteralA literal value. Programmers should rarely write this type.- See the Checker Framework Manual:
 - Index Checker
 
 
- 
- 
Required Element Summary
Required Elements Modifier and Type Required Element Description intvalueReturns the value of the literal. 
 -