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