JavaDocs Tags
November 3, 2006 by bnma
Order of Block Tags
Include block tags in the following order:
* @param (classes, interfaces, methods and constructors only)
* @return (methods only)
* @exception (@throws is a synonym added in Javadoc 1.2)
* @author (classes and interfaces only, required)
* @version (classes and interfaces only, required)
* @see
* @since
* @serial (or @serialField or @serialData)
* @deprecated
For more info refer to this link