Interface Tag
- All Known Implementing Classes:
CodeTag,LinkPlainTag,LinkTag,LiteralTag,ParamTag,SeeTag,SerialFieldTag,TagImpl,TextTag,ThrowsTag,ValueTag
@OpenApiAll
public interface Tag
The interface represent a simple documentation tag, such as @since, @author, @version.
- Since:
- Sep 3, 2008
-
Method Details
-
getKind
String getKind()Return the kind of this tag.- Returns:
- the kind of this tag
-
getText
ITool.HTMLString getText()Return the text of this tag.- Returns:
- the text of this tag
-
getRawText
String getRawText()Return the text of this tag.- Returns:
- the text of this tag
-
getInlineTags
Collection<Tag> getInlineTags()Return a collection of tags. For a documentation comment with embedded tags.- Returns:
- a collection of in-line tags
-