org.codehaus.janino
public interface Java.DocCommentable
Method Summary | |
---|---|
String | getDocComment()
Returns the doc comment of the object or null . |
boolean | hasDeprecatedDocTag()
Returns true if the object has a doc comment and
the @#deprecated tag appears in the doc
comment. |
null
.true
if the object has a doc comment and
the @#deprecated
tag appears in the doc
comment.