Annotation Interface UpperBoundLiteral
@Documented
@Retention(RUNTIME)
@Target({TYPE_USE,TYPE_PARAMETER})
@TargetLocations({EXPLICIT_LOWER_BOUND,EXPLICIT_UPPER_BOUND})
@SubtypeOf(LTEqLengthOf.class)
public @interface UpperBoundLiteral
A literal value. Programmers should rarely write this type.
- See the Checker Framework Manual:
- Index Checker
- 
Required Element SummaryRequired Elements
- 
Element Details- 
valueint valueReturns the value of the literal.- Returns:
- the value of the literal
 
 
-