An annotation processor that generates the TimeZoneProvider
used by the emulated java.util.TimeZone
in
j2cl-java-util-TimeZone, to the java.util.TimeZone#getDisplay
methods in javascript
after building with j2cl-maven-plugin.
To select which locales are included set the walkingkooka.j2cl.java.util.Locale
annotation processor argument.
-Awalkingkooka.j2cl.java.util.Locale=EN*
-Awalkingkooka.j2cl.java.util.TimeZone=Australia*
This selects all locales starting with EN
and Australian timezones.
For more details click here
See j2cl-java-util-TimeZone for a more comprehensive summary.