Annotation Interface 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:
-
Required Element Summary
Required Elements
-
Element Details
-
value
-