@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
@Documented
@API(value=Maintained)
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