Package | Description |
---|---|
com.sun.codemodel |
Library for generating Java source code
|
Modifier and Type | Class | Description |
---|---|---|
class |
JDocComment |
JavaDoc comment.
|
Modifier and Type | Method | 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(JClass exception) |
add an @throws tag to the javadoc
|
JCommentPart |
JDocComment.addThrows(Class<? extends Throwable> exception) |
add an @throws tag to the javadoc
|
JCommentPart |
JCommentPart.append(Object o) |
Appends a new value.
|
Copyright © 2018 Oracle Corporation. All rights reserved.