Annotation Type FloatPropertyEdit
-
@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface FloatPropertyEdit
Float property configurable in Appfigurate using a text field. SeeJava float editable implementation
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
description
float
maxValue
float
minValue
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
regularExpression
boolean
restart
-