JavaDocs Tags
Posted in Java on November 3, 2006 | No Comments »
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 [...]