The supported javadoc tags are:
Table 5.1. Javadoc Tags
| Javadoc Tag | Remark |
|---|---|
| @author | Appears as entry in the "Additional Informations" table. Multiple tags are represented as an inline simplelist. |
| {@code} | Inline |
| @deprecated | Appears as a note. |
| @exception | Appears as entry in the "Exceptions" table. |
| {@link} | Inline. |
| {@linkplain} | Inline |
| {@literal} | Inline |
| @param | Appears as entry in the "Parameters" table. |
| @return | Appears as entry in the" table. |
| @see | Appears as entry in the "Additional Informations" table. Multiple tags are represented as an inline simplelist. |
| @serial | Appears as entry in the "Additional Informations" table. Multiple tags are represented as an inline simplelist. |
| @serialData | Appears as entry in the "Additional Informations" table. Multiple tags are represented as an inline simplelist. |
| @serialField | Appears as entry in the "Serial Fields" table. |
| @since | Appears as entry in the "Additional Informations" table. |
| @throws | Appears as entry in the "Exceptions" table. |
| {@value} | Inline |
| @version | Appears as entry in the "Additional Informations" table. Multiple tags are represented as an inline simplelist. |