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