@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface EnabledIf
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
to
The model boolean property to bind to.
|
| Modifier and Type | Optional Element and Description |
|---|---|
EnabledIf.Type |
type
Whether or not to invert the boolean.
|
public abstract EnabledIf.Type type