| com.sun.codemodel.JCommentPart com.sun.codemodel.JDocComment
JDocComment | public class JDocComment extends JCommentPart implements JGenerable(Code) | | JavaDoc comment.
A javadoc comment consists of multiple parts. There's the main part (that comes the first in
in the comment section), then the parameter parts (@param), the return part (@return),
and the throws parts (@throws).
TODO: it would be nice if we have JComment class and we can derive this class from there.
|
addDeprecated | public JCommentPart addDeprecated()(Code) | | add an @deprecated tag to the javadoc, with the associated message.
|
|
|