Modifier and Type | Interface and Description |
---|---|
interface |
JDocComment
A JavaDoc comment.
|
interface |
JHtmlTag |
Modifier and Type | Method and Description |
---|---|
JHtmlComment |
JDocComment._return()
Add a
@return tag. |
JHtmlComment |
JDocComment._throws(JType exceptionType)
Add a
@throws tag. |
JHtmlComment |
JHtmlComment.block()
Add a comment sub-block at this location.
|
JHtmlComment |
JHtmlComment.br()
Add a line separator.
|
JHtmlComment |
JHtmlComment.docRoot()
Add the
{@docRoot} tag at this position. |
JHtmlComment |
JDocComment.docTag(String tag)
Add a block tag.
|
JHtmlComment |
JDocComment.docTag(String tag,
String firstWord)
Add a block tag.
|
JHtmlComment |
JHtmlComment.inlineDocTag(String tag,
String body)
Add an inline doc tag with simple content.
|
JHtmlComment |
JHtmlComment.nl()
Add a newline.
|
JHtmlComment |
JHtmlComment.p()
Add a paragraph separator.
|
JHtmlComment |
JDocComment.param(String name)
Add a
@param tag. |
JHtmlComment |
JHtmlComment.sp()
Add a non-trailing space.
|
JHtmlComment |
JHtmlComment.text(String text)
Add some text to the end of this comment.
|
JHtmlComment |
JHtmlComment.typeName(JType type)
Add a type name to the end of this comment.
|
JHtmlComment |
JHtmlComment.value(JType type,
String fieldName)
Add a
@value inline tag. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.