Annotation Type CsvFileSources


  • @Target({ANNOTATION_TYPE,METHOD,TYPE})
    @Retention(RUNTIME)
    @Documented
    @Inherited
    @API(status=STABLE,
         since="5.11")
    public @interface CsvFileSources
    @CsvFileSources is a simple container for one or more CsvFileSource annotations.

    Note, however, that use of the @CsvFileSources container is completely optional since @CsvFileSource is a repeatable annotation.

    Inheritance

    This annotation is inherited to subclasses.

    Since:
    5.11
    See Also:
    CsvFileSource, Repeatable
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      CsvFileSource[] value
      An array of one or more @CsvFileSource annotations.