Annotation Type Selects


  • @Retention(RUNTIME)
    @Target(TYPE)
    @Inherited
    @Documented
    @API(status=MAINTAINED,
         since="1.13.3")
    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:
    Select
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Select[] value
      An array of one or more @Select declarations.
    • Element Detail

      • value

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