org.codehaus.janino

Interface Java.DocCommentable

public interface Java.DocCommentable

Method Summary
StringgetDocComment()
Returns the doc comment of the object or null.
booleanhasDeprecatedDocTag()
Returns true if the object has a doc comment and the @#deprecated tag appears in the doc comment.

Method Detail

getDocComment

public String getDocComment()
Returns the doc comment of the object or null.

hasDeprecatedDocTag

public boolean hasDeprecatedDocTag()
Returns true if the object has a doc comment and the @#deprecated tag appears in the doc comment.