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 [...]
Archive for November, 2006
JavaDocs Tags
Posted in Java on November 3, 2006 | Leave a Comment »