Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 1.94 KB

File metadata and controls

34 lines (19 loc) · 1.94 KB

Build Status Coverage Status License Language grade: Java Total alerts

j2cl java-util-TimeZone-annotation-processor

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

Unsupported features.

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