@Documented @Retention(value=RUNTIME) @Target(value={TYPE_USE,TYPE_PARAMETER}) @TargetLocations(value={EXPLICIT_LOWER_BOUND,EXPLICIT_UPPER_BOUND}) @SubtypeOf(value=LTEqLengthOf.class) public @interface UpperBoundLiteral
Modifier and Type | Required Element and Description |
---|---|
int |
value
Returns the value of the literal.
|