Annotation 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.