@version version-text
Adds a "Version" subheading with the specified version-text
to the generated docs when the -version option is used. This tag
is intended to hold the current version number of the software
that this code is part of (as opposed to @since, which holds the
version number where this code was introduced). The version-text
has no special internal structure. To see where the version tag
can be used, see Where Tags Can Be Used.
A doc comment may contain multiple @version tags. If it makes
sense, you can specify one version number per @version tag or
multiple version numbers per tag. In the former case, the Javadoc
tool inserts a comma (,) and space between names. In the latter
case, the entire text is simply copied to the generated document
without being parsed. Therefore, you can use multiple names per
line if you want a localized name separator other than comma
|