Annotation Type FloatPropertyList
-
@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface FloatPropertyList
Float property configurable in Appfigurate from a list of valid choices. SeeJava float list implementation
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
description
java.lang.String[]
keys
float[]
values
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
restart
-