@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface Configured
Modifier and Type | Fields and Description |
---|---|
static java.lang.String |
NO_VALUE |
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value |
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
configuration |
java.lang.String |
defaultValue |
java.lang.Class<? extends java.beans.PropertyEditor> |
editor |
java.lang.String |
format |