A doc comment consists of characters between the characters /** that begin the comment and the characters */ that end it. Leading asterisks are allowed on each line and are described below. Text in a comment can continue to multiple lines.

The table below lists Current Supported Tags

TagJDKReport Wizard Support
@author 1.0Yes
{@code}1.5Render as
<code>text</code>
{@docRoot}1.3Not supported
@deprecated1.0Yes
@exception1.0Yes
{@inheritDoc}1.4Not supported
{@link}1.2Yes, with conditions
(External link, model support,
and class/method link will be
ignored)
{@linkplain}1.4Yes, see
{@link link}
{@literal}1.5Yes
@param1.0Yes
@return1.0Yes
@see1.0Yes, with conditions
(External link, model
support, and class/method
link will be return as plain text)
@serial1.2Yes
@serialData1.2Yes
@serialField1.2Yes
@since1.1Yes
@throws1.2Yes
{@value}1.4Not Supported
@version1.0Yes