public class AnnotationElement
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
AnnotationElement.Annotation
Abstraction for the annotation element type.
|
static class |
AnnotationElement.Array
Abstraction for the array element type.
|
static class |
AnnotationElement.Enum
Abstraction for the enum (Java 5 enum) element type.
|
static class |
AnnotationElement.NamedValue
Abstraction for the named value type.
|
static interface |
AnnotationElement.NestedAnnotationElement
Interface for the nested annotation element type.
|
static class |
AnnotationElement.Type
Enum for the different annotation element types.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_VALUE_NAME |
Constructor and Description |
---|
AnnotationElement() |
public static final java.lang.String DEFAULT_VALUE_NAME