Modifier and Type | Method and Description |
---|---|
JDocComment |
JDocComment.block()
Add a comment sub-block at this location.
|
JDocComment |
JDocComment.br()
Add a line separator.
|
JDocComment |
JDocCommentable.docComment()
Get or create the doc comment for this element.
|
JDocComment |
JDocComment.docRoot()
Add the
{@docRoot} tag at this position. |
JDocComment |
JDocComment.inlineDocTag(String tag,
String body)
Add an inline doc tag with simple content.
|
JDocComment |
JDocComment.nl()
Add a newline.
|
JDocComment |
JDocComment.p()
Add a paragraph separator.
|
JDocComment |
JDocComment.sp()
Add a non-trailing space.
|
JDocComment |
JDocComment.text(String text)
Add some text to the end of this comment.
|
JDocComment |
JDocComment.typeName(JType type)
Add a type name to the end of this comment.
|
JDocComment |
JDocComment.value(JType type,
String fieldName)
Add a
@value inline tag. |
Copyright © 2016. All rights reserved.