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