| Class | Description |
|---|---|
| MonetaryAmountDecimalMaxValidator | Deprecated
contributed to Hibernate Validator
|
| MonetaryAmountDecimalMinValidator | Deprecated
contributed to Hibernate Validator
|
| MonetaryAmountMaxValidator | Deprecated
contributed to Hibernate Validator
|
| MonetaryAmountMinValidator | Deprecated
contributed to Hibernate Validator
|
| Annotation Type | Description |
|---|---|
| Negative | Deprecated
use @DecimalMax(value = "0", inclusive = false)
|
| NegativeOrZero | Deprecated
use @DecimalMax("0")
|
| Positive | Deprecated
use @DecimalMin(value = "0", inclusive = false)
|
| PositiveOrZero | Deprecated
use @DecimalMin("0")
|
| Zero | Deprecated
use @DecimalMin("0") @DecimalMax("0")
|
Copyright © 2015–2017 Zalando SE. All rights reserved.