Annotation Type MinLenFieldInvariant
-
@Documented @Retention(RUNTIME) @Target(TYPE) @Inherited public @interface MinLenFieldInvariantA specialization ofFieldInvariantfor specifying the minimum length of an array. A class can be annotated with both this annotation and aFieldInvariantannotation.- See the Checker Framework Manual:
- Field invariants