Annotation Interface Param
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final int -
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Field Details
-
TYPE_STRING
static final int TYPE_STRING- See Also:
-
TYPE_BOOLEAN
static final int TYPE_BOOLEAN- See Also:
-
TYPE_BYTE
static final int TYPE_BYTE- See Also:
-
TYPE_SHORT
static final int TYPE_SHORT- See Also:
-
TYPE_INT
static final int TYPE_INT- See Also:
-
TYPE_LONG
static final int TYPE_LONG- See Also:
-
TYPE_FLOAT
static final int TYPE_FLOAT- See Also:
-
TYPE_DOUBLE
static final int TYPE_DOUBLE- See Also:
-
TYPE_CLASS
static final int TYPE_CLASS- See Also:
-
TYPE_STRING_ARRAY
static final int TYPE_STRING_ARRAY- See Also:
-
TYPE_BOOLEAN_ARRAY
static final int TYPE_BOOLEAN_ARRAY- See Also:
-
TYPE_BYTE_ARRAY
static final int TYPE_BYTE_ARRAY- See Also:
-
TYPE_SHORT_ARRAY
static final int TYPE_SHORT_ARRAY- See Also:
-
TYPE_INT_ARRAY
static final int TYPE_INT_ARRAY- See Also:
-
TYPE_LONG_ARRAY
static final int TYPE_LONG_ARRAY- See Also:
-
TYPE_FLOAT_ARRAY
static final int TYPE_FLOAT_ARRAY- See Also:
-
TYPE_DOUBLE_ARRAY
static final int TYPE_DOUBLE_ARRAY- See Also:
-
TYPE_CLASS_ARRAY
static final int TYPE_CLASS_ARRAY- See Also:
-
-
Element Details
-
name
String name -
type
int type -
stringValue
String stringValue- Default:
""
-
booleanValue
boolean booleanValue- Default:
false
-
byteValue
byte byteValue- Default:
(byte)0x00
-
shortValue
short shortValue- Default:
0
-
intValue
int intValue- Default:
0
-
longValue
long longValue- Default:
0L
-
floatValue
float floatValue- Default:
0.0f
-
doubleValue
double doubleValue- Default:
0.0
-
classValue
Class<?> classValue- Default:
java.lang.Void.class
-
stringArrayValue
String[] stringArrayValue- Default:
{}
-
booleanArrayValue
boolean[] booleanArrayValue- Default:
{}
-
byteArrayValue
byte[] byteArrayValue- Default:
{}
-
shortArrayValue
short[] shortArrayValue- Default:
{}
-
intArrayValue
int[] intArrayValue- Default:
{}
-
longArrayValue
long[] longArrayValue- Default:
{}
-
floatArrayValue
float[] floatArrayValue- Default:
{}
-
doubleArrayValue
double[] doubleArrayValue- Default:
{}
-
classArrayValue
Class<?>[] classArrayValue- Default:
{}
-