An annotation processor that generates the CurrencyProvider
used by the emulated java.util.Currency
in
j2cl-java-util-Currency, to support most Currency
features in javascript
after building with j2cl-maven-plugin.
- Selects currencies for the given locales.
walkingkooka.j2cl.java.util.Currency
csv of currency codes, with trailing wildcard support.
-Awalkingkooka.j2cl.java.util.Currency=XXX
-Awalkingkooka.j2cl.java.util.Locale=EN*
- This selects all currency data for locales starting with
EN
, and the currency with currency code=XXX
.
For more details click here
See j2cl-java-util-Currency for a more comprehensive summary.