Annotation Interface MultiChoice
Renders a list field as a multi-select list of enum values.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
key
String keyStable storage key for the config value. -
label
String labelUser-facing label. -
tooltip
String tooltipOptional tooltip text.- Default:
""
-
type
Class<?> typeEnum type containing selectable values. -
min
int minMinimum number of selected values.- Default:
0
-
max
int maxMaximum number of selected values.- Default:
2147483647
-