@Documented @Retention(value=RUNTIME) @Target(value={TYPE_USE,TYPE_PARAMETER}) public @interface MinLen
ArrayLenRange
annotation with a from
field and the
maximum possible value for an array length (Integer.MAX_VALUE
) as its to
field.
This annotation is used extensively by the Index Chcker.
Modifier and Type | Optional Element and Description |
---|---|
int |
value
The minimum number of elements in this sequence.
|