@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
@Documented
@API(status=EXPERIMENTAL,
since="1.10")
public @interface SelectMethods
@SelectMethods is a container for one or more
@SelectMethod declarations.
Note, however, that use of the @SelectMethods container is
completely optional since @SelectMethod is a
repeatable annotation.
SelectMethod| Modifier and Type | Required Element and Description |
|---|---|
SelectMethod[] |
value
An array of one or more
@SelectMethod declarations. |
public abstract SelectMethod[] value
@SelectMethod declarations.