Javadoc Tags

The supported javadoc tags are:

Table 5.1. Javadoc Tags

Javadoc TagRemark
@authorAppears as entry in the "Additional Informations" table. Multiple tags are represented as an inline simplelist.
{@code}Inline
@deprecatedAppears as a note.
@exceptionAppears as entry in the "Exceptions" table.
{@link}Inline.
{@linkplain}Inline
{@literal}Inline
@paramAppears as entry in the "Parameters" table.
@returnAppears as entry in the" table.
@seeAppears as entry in the "Additional Informations" table. Multiple tags are represented as an inline simplelist.
@serialAppears as entry in the "Additional Informations" table. Multiple tags are represented as an inline simplelist.
@serialDataAppears as entry in the "Additional Informations" table. Multiple tags are represented as an inline simplelist.
@serialFieldAppears as entry in the "Serial Fields" table.
@sinceAppears as entry in the "Additional Informations" table.
@throwsAppears as entry in the "Exceptions" table.
{@value}Inline
@versionAppears as entry in the "Additional Informations" table. Multiple tags are represented as an inline simplelist.