Tagjdk.javadoc.doclet.
For more information, see the Migration Guide in the documentation for that package.@Deprecated public interface ParamTag extends Tag
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
isTypeParameter() |
Deprecated.
Return true if this
ParamTag corresponds to a type
parameter. |
String |
parameterComment() |
Deprecated.
Return the parameter comment
associated with this
ParamTag. |
String |
parameterName() |
Deprecated.
Return the name of the parameter or type parameter
associated with this
ParamTag. |
firstSentenceTags, holder, inlineTags, kind, name, position, text, toStringString parameterName()
ParamTag.
The angle brackets delimiting a type parameter are not part of
its name.String parameterComment()
ParamTag.boolean isTypeParameter()
ParamTag corresponds to a type
parameter. Return false if it corresponds to an ordinary parameter
of a method or constructor.ParamTag corresponds to a type
parameter. Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1993, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Debian+0-9b155-1