项目作者: mP1

项目描述 :
Annotation processors that generate the providers for DecimalFormatSymbols and friends on Locales selected at build time
高级语言: Java
项目地址: git://github.com/mP1/j2cl-java-text-annotation-processor.git
创建时间: 2020-05-02T00:19:07Z
项目社区:https://github.com/mP1/j2cl-java-text-annotation-processor

开源协议:Apache License 2.0

下载


Build Status
Coverage Status
License
Language grade: Java

Total alerts

j2cl java-text-annotation-processor

Contains several annotation processor that each generate a provider for a JRE class. All processors only generate
for the selected Locales.

To select which locales are included set the walkingkooka.j2cl.java.util.Locale annotation processor argument.

  1. -Awalkingkooka.j2cl.java.util.Locale=EN*

This selects all locales starting with EN.

For more details click here