public static final class AnnotationElement.Type
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static AnnotationElement.Type |
ANNOTATION |
static AnnotationElement.Type |
ARRAY |
static AnnotationElement.Type |
BOOLEAN |
static AnnotationElement.Type |
BYTE |
static AnnotationElement.Type |
CHAR |
static AnnotationElement.Type |
DOUBLE |
static AnnotationElement.Type |
ENUM |
static AnnotationElement.Type |
FLOAT |
static AnnotationElement.Type |
INTEGER |
static AnnotationElement.Type |
LONG |
static AnnotationElement.Type |
SHORT |
static AnnotationElement.Type |
STRING |
static AnnotationElement.Type |
TYPE |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final AnnotationElement.Type ANNOTATION
public static final AnnotationElement.Type ARRAY
public static final AnnotationElement.Type ENUM
public static final AnnotationElement.Type TYPE
public static final AnnotationElement.Type STRING
public static final AnnotationElement.Type LONG
public static final AnnotationElement.Type INTEGER
public static final AnnotationElement.Type SHORT
public static final AnnotationElement.Type DOUBLE
public static final AnnotationElement.Type FLOAT
public static final AnnotationElement.Type BYTE
public static final AnnotationElement.Type BOOLEAN
public static final AnnotationElement.Type CHAR