Annotation Type Tags



  • @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

      Required Elements 
      Modifier and Type Required Element Description
      Tag[] value
      An array of one or more Tags.
    • Element Detail

      • value

        Tag[] value
        An array of one or more Tags.