Package | Description |
---|---|
com.sun.codemodel |
Library for generating Java source code
|
Modifier and Type | Class and Description |
---|---|
class |
JDocComment
JavaDoc comment.
|
Modifier and Type | Method and Description |
---|---|
JCommentPart |
JDocComment.addDeprecated()
add an @deprecated tag to the javadoc, with the associated message.
|
JCommentPart |
JDocComment.addParam(JVar param)
Append a text to an @param tag.
|
JCommentPart |
JDocComment.addParam(String param)
Append a text to a @param tag to the javadoc
|
JCommentPart |
JDocComment.addReturn()
Appends a text to @return tag.
|
JCommentPart |
JDocComment.addThrows(Class<? extends Throwable> exception)
add an @throws tag to the javadoc
|
JCommentPart |
JDocComment.addThrows(JClass exception)
add an @throws tag to the javadoc
|
JCommentPart |
JCommentPart.append(Object o)
Appends a new value.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.