Package io.github.qishr.cascara.ui.schema
Annotation Interface DisplayToggle
java.lang.Object
io.github.qishr.cascara.ui.schema.DisplayToggle
All Implemented Interfaces:
Annotation
@java.lang.annotation.Retention(RUNTIME)
@java.lang.annotation.Target(FIELD)
public @interface DisplayToggle
Field Summary
| Modifier and Type | Field | Description |
|---|---|---|
| public static final String | UI_DISPLAY_TOGGLE |
Method Summary
| Modifier and Type | Method | Description |
|---|---|---|
| public abstract boolean | value() |
Field Details
UI_DISPLAY_TOGGLE
public static final String UI_DISPLAY_TOGGLE
See Also:
Method Details
value
public abstract boolean value()