| 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 |
JAnnotationStringValue
Captures the value of the annotation.
|
class |
JAnnotationUse
Represents an annotation on a program element.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.String,JAnnotationValue> |
JAnnotationUse.memberValues
Map of member values.
|
private java.util.List<JAnnotationValue> |
JAnnotationArrayMember.values |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,JAnnotationValue> |
JAnnotationUse.getAnnotationMembers() |
| Modifier and Type | Method and Description |
|---|---|
private void |
JAnnotationUse.addValue(java.lang.String name,
JAnnotationValue annotationValue) |