@Target({TYPE,METHOD})
@Retention(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.
- Since:
- 5.0
- See Also:
Tag
,Repeatable
-
Required Element Summary