@Target(value={ANNOTATION_TYPE,PARAMETER,TYPE_USE})
@Retention(value=RUNTIME)
@Documented
public @interface Scale
Use to constrain the maximum number of decimal places when generating decimal numbers.
If not specified the scale is 2 by default.
Applies to Float, Double and BigDecimal parameters which are also annotated with @ForAll.