Annotation Type EnsuresCalledMethods.List
-
@Documented @Retention(RUNTIME) @Target({METHOD,CONSTRUCTOR}) @InheritedAnnotation public static @interface EnsuresCalledMethods.List
A wrapper annotation that makes theEnsuresCalledMethods
annotation repeatable. This annotation is an implementation detail: programmers generally do not need to write this. It is created automatically by Java when a programmer writes more than oneEnsuresCalledMethods
annotation at the same location.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description EnsuresCalledMethods[]
value
Return the repeatable annotations.
-
-
-
Element Detail
-
value
EnsuresCalledMethods[] value
Return the repeatable annotations.- Returns:
- the repeatable annotations
-
-