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 TypeMethod 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

getNameback to summary
public List<? extends DocTree> getName()

Returns the name of the author.

Returns:List<? extends DocTree>

the name