Annotation Interface RangedDouble
When this annotation is used on a double property it will validate that the value is within the range, inclusive of
the minimum and maximum values.
-
Optional Element Summary
Optional Elements
-
Element Details
-
min
double minGets the lowest value permitted for the property.- Returns:
- The lowest permitted value.
- Default:
-1.7976931348623157E308
-
max
double maxGets the highest value permitted for the property.- Returns:
- The highest permitted value.
- Default:
1.7976931348623157E308
-