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