@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface EditableIf
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
property
The name of the property that drives the editability of this property.
|
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
value
The value required.
|