Annotation processors that generate the providers for DecimalFormatSymbols and friends on Locales selected at build time
Contains several annotation processor that each generate a provider for a JRE class. All processors only generate
for the selected Locales.
DateFormatProvider
used byDateFormatSymbolsProvider
used byDeciamlFormatProvider
used byDecimalFormatSymbolsProvider
used byTo select which locales are included set the walkingkooka.j2cl.java.util.Locale
annotation processor argument.
-Awalkingkooka.j2cl.java.util.Locale=EN*
This selects all locales starting with EN
.
For more details click here