@Documented @Retention(value=RUNTIME) @Target(value={METHOD,CONSTRUCTOR}) @PostconditionAnnotation(qualifier=NonNull.class) @InheritedAnnotation public static @interface EnsuresNonNull.List
EnsuresNonNull annotation repeatable.
 Programmers generally do not need to write this. It is created by Java when a programmer
 writes more than one EnsuresNonNull annotation at the same location.
| Modifier and Type | Required Element and Description | 
|---|---|
| EnsuresNonNull[] | valueReturns the repeatable annotations. | 
public abstract EnsuresNonNull[] value