Annotation Interface SelectMethods


@Retention(RUNTIME) @Target(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.

Since:
1.10
See Also:
  • Required Element Summary

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