Annotation Type EnsuresInitializedFields.List
- 
 @Documented @Retention(RUNTIME) @Target({METHOD,CONSTRUCTOR}) @PostconditionAnnotation(qualifier=InitializedFields.class) @InheritedAnnotation public static @interface EnsuresInitializedFields.ListA wrapper annotation that makes theEnsuresInitializedFieldsannotation repeatable.Programmers generally do not need to write this. It is created by Java when a programmer writes more than one EnsuresInitializedFieldsannotation at the same location.
- 
- 
Required Element SummaryRequired Elements Modifier and Type Required Element Description EnsuresInitializedFields[]valueReturn the repeatable annotations.
 
- 
- 
- 
Element Detail- 
valueEnsuresInitializedFields[] value Return the repeatable annotations.- Returns:
- the repeatable annotations
 
 
- 
 
-