Annotation Interface CreatesMustCallFor.List
- Enclosing class:
- CreatesMustCallFor
@Documented
@Retention(RUNTIME)
@Target(METHOD)
@InheritedAnnotation
public static @interface CreatesMustCallFor.List
A wrapper annotation that makes the
CreatesMustCallFor
annotation repeatable.
Programmers generally do not need to write this. It is created by Java when a programmer
writes more than one CreatesMustCallFor
annotation at the same location.
- See the Checker Framework Manual:
- Must Call Checker
-
Required Element Summary
Modifier and TypeRequired ElementDescriptionReturn the repeatable annotations.
-
Element Details
-
value
CreatesMustCallFor[] valueReturn the repeatable annotations.- Returns:
- the repeatable annotations
-