Annotation Interface Selects


@Retention(RUNTIME) @Target(TYPE) @Inherited @Documented @API(status=EXPERIMENTAL, since="1.11") public @interface Selects
@Selects is a container for one or more @Select declarations.

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

Since:
1.11
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    An array of one or more @Select declarations.
  • Element Details

    • value

      Select[] value
      An array of one or more @Select declarations.