-
@Documented @Retention(SOURCE) @Target({FIELD,METHOD,PARAMETER}) @ConstraintRule(supportedTypes=java.math.BigDecimal.class, validatorClass=NumericConstraintValidator.class) public @interface Numeric
The annotated element must be a decimal within accepted range (scale and precision).- Author:
- nedis