Annotation Type MethodSources
-
@Target({ANNOTATION_TYPE,METHOD,TYPE}) @Retention(RUNTIME) @Documented @Inherited @API(status=STABLE, since="5.11") public @interface MethodSources@MethodSourcesis a simple container for one or moreMethodSourceannotations.Note, however, that use of the
@MethodSourcescontainer is completely optional since@MethodSourceis a repeatable annotation.Inheritance
This annotation is inherited to subclasses.
- Since:
- 5.11
- See Also:
MethodSource,Repeatable
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description MethodSource[]valueAn array of one or more@MethodSourceannotations.
-
-
-
Element Detail
-
value
MethodSource[] value
An array of one or more@MethodSourceannotations.
-
-