Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 2.02 KB

File metadata and controls

37 lines (20 loc) · 2.02 KB

Build Status Coverage Status License Language grade: Java Total alerts

j2cl java-util-currency-annotation-processor

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

Unsupported features.

See j2cl-java-util-Currency for a more comprehensive summary.