| Constructor and Description |
|---|
| org.crazyyak.dev.domain.money.Money()
Use Money.ZERO() instead.
|
| org.crazyyak.dev.domain.money.Money(double)
Use
Money.Money(String) or Money.Money(java.math.BigDecimal) instead in that double value are inherently unsafe. |
| org.crazyyak.dev.domain.money.Money(double, RoundingMode)
Use
Money.Money(String) or Money.Money(java.math.BigDecimal) instead in that double value are inherently unsafe. |