Annotation Interface EnsuresLTLengthOf.List
- Enclosing class:
- EnsuresLTLengthOf
@Documented
@Retention(RUNTIME)
@Target({METHOD,CONSTRUCTOR})
@PostconditionAnnotation(qualifier=LTLengthOf.class)
@InheritedAnnotation
public static @interface EnsuresLTLengthOf.List
A wrapper annotation that makes the
EnsuresLTLengthOf
annotation repeatable.
Programmers generally do not need to write this. It is created by Java when a programmer
writes more than one EnsuresLTLengthOf
annotation at the same location.
-
Required Element Summary
Modifier and TypeRequired ElementDescriptionReturn the repeatable annotations.
-
Element Details
-
value
EnsuresLTLengthOf[] valueReturn the repeatable annotations.- Returns:
- the repeatable annotations
-