@Documented
@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface PropertyName
Modifier and Type | Fields and Description |
---|---|
static java.lang.String |
NOT_SET |
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value |
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
defaultValue |