@see
Cross reference to another doc comment or URL
{@link}
In-line cross reference to another doc comment or URL
{@linkPlain}
Similar to {@link} but uses regular font not code font
@paramp
Description of the single parameter p
@return
Description of the return value of a method
@throwsE
Description of an exception E that the method may throw
@exceptionE
Older form of @throwsE
@deprecated
Deprecate, describing any replacement; the compiler generates warnings on use of deprecated entities
@author
An author of the code
@version
A version string for the entity
@since
The version string for when this entity first appeared
{@literaltext}
Includes the given text as-is without treating it as HTML
{@codetext}
Similar to {@literal} but uses code font
{@valuefield}