@Target(value={})
@Retention(value=RUNTIME)
public @interface Constant
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.Class<?> |
classValue |
double |
doubleValue |
float |
floatValue |
int |
intValue |
long |
longValue |
boolean |
nullValue |
int |
ordinal |
java.lang.String |
stringValue |