Feed on
Posts
Comments

Archive for the ‘Java’ Category

JavaDocs Tags

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 [...]

Read Full Post »