https://github.com/marschall/acme-money
https://github.com/marschall/acme-money
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marschall/acme-money
- Owner: marschall
- Created: 2014-11-01T10:52:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-04-06T14:25:12.000Z (about 2 years ago)
- Last Synced: 2025-01-16T02:45:28.046Z (5 months ago)
- Language: Java
- Size: 224 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Features
--------- Offers a MonetaryAmount implementation with 6 instead of 5 decimal places
- Offers a MonetaryAmount implementation based on a fraction that can represent non-terminating decimal expansions- optimized serialization
- does not suffer from [jsr354-ri#218](https://github.com/JavaMoney/jsr354-ri/issues/218)
- creates less object churn than Moneta / JSR-354 RI