@Target(value=METHOD)
@Retention(value=SOURCE)
public @interface Addition
| Modifier and Type | Optional Element and Description |
|---|---|
boolean[] |
booleanType
The added value of the boolean type.
|
byte[] |
byteType
The added value of the byte type.
|
char[] |
charType
The added value of the char type.
|
double[] |
doubleType
The added value of the double type.
|
float[] |
floatType
The added value of the float type.
|
int[] |
intTypeType
The added value of the int type.
|
long[] |
longType
The added value of the long type.
|
short[] |
shortType
The added value of the short type.
|
java.lang.String[] |
stringType
The added value of the String type.
|
java.lang.String[] |
value
Alias for
stringType(). |
public abstract java.lang.String[] value
stringType().