@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
@Documented
@Inherited
@API(status=STABLE,
since="5.0")
public @interface Tags
@Tags
is a container for one or more @Tag
declarations.
Note, however, that use of the @Tags
container is completely
optional since @Tag
is a repeatable annotation.
Tag
,
Repeatable