Annotation Type FieldSources


  • @Target({ANNOTATION_TYPE,METHOD,TYPE})
    @Retention(RUNTIME)
    @Documented
    @Inherited
    @API(status=MAINTAINED,
         since="5.13.3")
    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.

    Inheritance

    This annotation is inherited to subclasses.

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

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