Annotation Type 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.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description int
value
Returns the value of the literal.
-