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 SummaryOptional ElementsModifier and TypeOptional ElementDescriptionintThe minimum number of elements in this sequence.
- 
Element Details- 
valueint valueThe minimum number of elements in this sequence.- Default:
- 0
 
 
-