@Target(value={FIELD,METHOD,PARAMETER}) @Retention(value=RUNTIME) public @interface Default
Modifier and Type | Optional Element and Description |
---|---|
boolean[] |
booleanValues |
double[] |
doubleValues |
float[] |
floatValues |
int[] |
intValues |
long[] |
longValues |
short[] |
shortValues |
String[] |
values |
public abstract String[] values
Copyright © 2015 The Apache Software Foundation. All rights reserved.