Saturday 20 January 2018

Javadoc: @version: Specify current version of the release

@version tag specify the current version of the release.

Syntax
@version version-text


/**
 * 
 * @author Hari Krishna
 * 
 * @version 1.5
 * 
 * @since 1.2
 *
 */
public class ABCOrg {

}


Javadoc is generated like below.

Previous                                                 Next                                                 Home

No comments:

Post a Comment