Annotation Type MinLen
-
@Documented @Retention(RUNTIME) @Target({TYPE_USE,TYPE_PARAMETER}) public @interface MinLenThe value of the annotated expression is a sequence containing at least the given number of elements. An alias for anArrayLenRangeannotation with afromfield and the maximum possible value for an array length (Integer.MAX_VALUE) as itstofield.This annotation is used extensively by the Index Checker.
- See the Checker Framework Manual:
- Constant Value Checker
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description intvalueThe minimum number of elements in this sequence.
-