File tree 1 file changed +4
-5
lines changed
src/persistence/src/main/java/dev/iakunin/library/persistence/type
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 17
17
import org .javamoney .moneta .spi .DefaultRoundingProvider ;
18
18
19
19
/**
20
- * Represents MonetaryAmount in minor currency units.
21
- * <br/>
20
+ * Represents MonetaryAmount in minor currency units.<br/>
22
21
* For example:
23
22
* <ul>
24
- * <li>Money.of("12.34", "USD") will be saved as a pair of "1234" and "USD"<li/>
25
- * <li>Money.of("0.00000001", "BTC") will be saved as a pair of "1" and "BTC"<li/>
26
- * <ul/ >
23
+ * <li>Money.of("12.34", "USD") will be saved as a pair of "1234" and "USD"
24
+ * <li>Money.of("0.00000001", "BTC") will be saved as a pair of "1" and "BTC"
25
+ * </ul >
27
26
*/
28
27
@ NoArgsConstructor
29
28
public class MonetaryAmountInMinorUnitType implements CompositeUserType <MonetaryAmount > {
You can’t perform that action at this time.
0 commit comments