Uses of Interface
com.sun.javadoc.Tag
-
Packages that use Tag Package Description com.sun.javadoc Note: The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.com.sun.tools.doclets Note: The declarations in this package have been superseded by those in the new packagejdk.javadoc.doclet
. -
-
Uses of Tag in com.sun.javadoc
Subinterfaces of Tag in com.sun.javadoc Modifier and Type Interface Description interface
ParamTag
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
. For more information, see the Migration Guide in the documentation for that package.interface
SeeTag
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
. For more information, see the Migration Guide in the documentation for that package.interface
SerialFieldTag
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
. For more information, see the Migration Guide in the documentation for that package.interface
ThrowsTag
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
. For more information, see the Migration Guide in the documentation for that package.Methods in com.sun.javadoc that return Tag Modifier and Type Method Description Tag[]
Doc. firstSentenceTags()
Deprecated.Return the first sentence of the comment as an array of tags.Tag[]
Tag. firstSentenceTags()
Deprecated.Return the first sentence of the comment as an array of tags.Tag[]
Doc. inlineTags()
Deprecated.Return comment as an array of tags.Tag[]
Tag. inlineTags()
Deprecated.For a documentation comment with embedded{@link}
tags, return an array ofTag
objects.Tag[]
Doc. tags()
Deprecated.Return all tags in this Doc item.Tag[]
Doc. tags(String tagname)
Deprecated.Return tags of the specified kind in this Doc item. -
Uses of Tag in com.sun.tools.doclets
Methods in com.sun.tools.doclets with parameters of type Tag Modifier and Type Method Description String
Taglet. toString(Tag tag)
Deprecated.Given theTag
representation of this custom tag, return its string representation, which is output to the generated page.String
Taglet. toString(Tag[] tags)
Deprecated.Given an array ofTag
s representing this custom tag, return its string representation, which is output to the generated page.
-