Annotation Type EnsuresInitializedFields.List
-
@Documented @Retention(RUNTIME) @Target({METHOD,CONSTRUCTOR}) @PostconditionAnnotation(qualifier=InitializedFields.class) @InheritedAnnotation public static @interface EnsuresInitializedFields.List
A wrapper annotation that makes theEnsuresInitializedFields
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 Summary
Required Elements Modifier and Type Required Element Description EnsuresInitializedFields[]
value
Return the repeatable annotations.
-
-
-
Element Detail
-
value
EnsuresInitializedFields[] value
Return the repeatable annotations.- Returns:
- the repeatable annotations
-
-