See: Description
Interface | Description |
---|---|
CompiledDocReference |
A
CompiledDocReference is the compiled interface for a
doc comment reference to a type, method, constructor, field, or parameter. |
SourceDocBlockTag |
A
SourceDocBlockTag represents a block tag within a
SourceDocComment . |
SourceDocComment |
A
SourceDocComment represents a documentation
comment ("doc comment") associated with a class, interface,
constructor, method, or field. |
SourceDocDescription |
A
SourceDocDescription represents the main description
of a SourceDocComment or the description of a SourceDocTag . |
SourceDocElement |
The common supertype of all doc elements.
|
SourceDocHasDescription |
A doc element that has a description.
|
SourceDocInlineTag |
A
SourceDocInlineTag represents an in-line tag within a
SourceDocDescription . |
SourceDocReference |
A
SourceDocReference represents the Java element reference
in @exception , @link , @linkplain ,
@param , @see , @serialField ,
@throws , and two-argument @value> tags. |
SourceDocTag |
A
SourceDocTag represents a block tag within a SourceDocComment or an in-line tag within a SourceDocDescription . |
SourceDocTagName |
A
SourceDocTagName represents the name of a doc tag. |
SourceDocTextFragment |
A
SourceDocTextFragment represents a text fragment
within a SourceDocDescription . |