Package | Description |
---|---|
com.sun.codemodel |
Library for generating Java source code
|
com.sun.tools.xjc.generator.bean |
Modifier and Type | Method | Description |
---|---|---|
JDocComment |
JDocComment.append(Object o) |
|
JDocComment |
JDefinedClass.javadoc() |
Creates, if necessary, and returns the class javadoc for this
JDefinedClass
|
JDocComment |
JDocCommentable.javadoc() |
|
JDocComment |
JEnumConstant.javadoc() |
Creates, if necessary, and returns the enum constant javadoc.
|
JDocComment |
JFieldVar.javadoc() |
Creates, if necessary, and returns the class javadoc for this
JDefinedClass
|
JDocComment |
JMethod.javadoc() |
Creates, if necessary, and returns the class javadoc for this
JDefinedClass
|
JDocComment |
JPackage.javadoc() |
Creates, if necessary, and returns the package javadoc for this
JDefinedClass.
|
Modifier and Type | Method | Description |
---|---|---|
abstract JDocComment |
MethodWriter.javadoc() |
To generate javadoc for the previously declared method, use this method
to obtain a
JDocComment object. |
Copyright © 2018 Oracle Corporation. All rights reserved.