OpenJDK 1.23
jdk.compiler
com.sun.source.doctree
AuthorTree
Top
Description
Methods
com.sun.source.doctree
public
Interface AuthorTree
extends
BlockTagTree
Known Direct Implementers
com.
sun.
tools.
javac.
tree.
DCTree.
DCAuthor
Imports
java.
util.
List
A tree node for an
@author
block tag.
@author name-text
Since
1.8
Method Summary
Modifier and Type
Method and Description
public
List
<
? extends
DocTree
>
Returns:
the name
getName
()
Returns the name of the author.
Inherited from
com.sun.source.doctree.BlockTagTree
:
getTagName
Method Detail
getName
back to summary
public
List
<
? extends
DocTree
>
getName
()
Returns the name of the author.
Returns:
List
<
? extends
DocTree
>
the name