Annotation Interface MinLen
The value of the annotated expression is a sequence containing at least the given number of
elements. An alias for an
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 Checker.
- See the Checker Framework Manual:
- Constant Value Checker
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionint
The minimum number of elements in this sequence.
-
Element Details
-
value
int valueThe minimum number of elements in this sequence.- Default:
- 0
-