@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 IndexChecker.
| Modifier and Type | Optional Element and Description | 
|---|---|
| int | valueThe minimum number of elements in this sequence. |