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