Javadoc
- The first paragraph is a description of the method documented.
- Following the description are a varying number of descriptive tags, signifying:
- The parameters of the method (
@param
)
- What the method returns (
@return
)
- Any exceptions the method may throw (
@throws
)
- Other less-common tags such as
@see
(a “see also” tag)