Annotation Interface EnumSources


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

Note, however, that use of the @EnumSources container is completely optional since @EnumSource 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 @EnumSource annotations.