Annotation Interface FieldSources


@Target(METHOD) @Retention(RUNTIME) @Documented @API(status=EXPERIMENTAL, since="5.11") public @interface FieldSources
@FieldSources is a simple container for one or more FieldSource annotations.

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

Since:
5.11
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    An array of one or more @FieldSource annotations.