Java.ConstructorDeclarator
, Java.FieldDeclaration
, Java.FunctionDeclarator
, Java.InterfaceDeclaration
, Java.LocalClassDeclaration
, Java.MemberClassDeclaration
, Java.MemberInterfaceDeclaration
, Java.MethodDeclarator
, Java.NamedClassDeclaration
, Java.PackageMemberClassDeclaration
, Java.PackageMemberInterfaceDeclaration
public static interface Java.DocCommentable
/** ...
*/
').Modifier and Type | Method | Description |
---|---|---|
String |
getDocComment() |
|
boolean |
hasDeprecatedDocTag() |
Returns
true if the object has a doc comment and
the @deprecated tag appears in the doc
comment. |
String getDocComment()
null
boolean hasDeprecatedDocTag()
true
if the object has a doc comment and
the @deprecated
tag appears in the doc
comment.Copyright © 2001–2019. All rights reserved.