Package | Description |
---|---|
com.sun.codemodel |
Library for generating Java source code
|
Modifier and Type | Class and Description |
---|---|
class |
JAnnotationArrayMember
Represents an arrays as annotation members
|
(package private) class |
JAnonymousClass
Anonymous class quick hack.
|
class |
JDefinedClass
A generated Java class/interface/enum/....
|
class |
JEnumConstant
Enum Constant.
|
class |
JFieldVar
A field that can have a
JDocComment associated with it |
class |
JMethod
Java method.
|
class |
JPackage
A Java package.
|
class |
JVar
Variables and fields.
|
Modifier and Type | Method and Description |
---|---|
(package private) static <W extends JAnnotationWriter<?>> |
TypedAnnotationWriter.create(java.lang.Class<W> w,
JAnnotatable annotatable)
Creates a new typed annotation writer.
|