Annotation Type FieldSources
-
@Target({ANNOTATION_TYPE,METHOD,TYPE}) @Retention(RUNTIME) @Documented @Inherited @API(status=MAINTAINED, since="5.13.3") public @interface FieldSources@FieldSourcesis a simple container for one or moreFieldSourceannotations.Note, however, that use of the
@FieldSourcescontainer is completely optional since@FieldSourceis 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[]valueAn array of one or more@FieldSourceannotations.
-
-
-
Element Detail
-
value
FieldSource[] value
An array of one or more@FieldSourceannotations.
-
-