The declarations in this package have been superseded by those
in the package jdk.javadoc.doclet.
For more information, see the Migration Guide in the documentation for that package.
Represents an @param documentation tag.
Stores the name and comment parts of the parameter tag.
An @param tag may represent either a method or constructor parameter,
or a type parameter.
Return the name of the parameter or type parameter
associated with this ParamTag.
The angle brackets delimiting a type parameter are not part of
its name.