io.ultreia.java4all.jaxx.JaxxWidgetsGisI18nModuleDefinition Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jaxx-widgets-gis Show documentation
Show all versions of jaxx-widgets-gis Show documentation
Gis widgets wrote with JAXX
package io.ultreia.java4all.jaxx;
import com.google.auto.service.AutoService;
import io.ultreia.java4all.i18n.spi.I18nModuleDefinition;
import javax.annotation.Generated;
@AutoService(I18nModuleDefinition.class)
@Generated(value = "org.nuiton.i18n.plugin.GenerateModuleDefinitionMojo", date = "Thu Sep 03 02:29:30 UTC 2020")
public class JaxxWidgetsGisI18nModuleDefinition extends I18nModuleDefinition {
public JaxxWidgetsGisI18nModuleDefinition() {
super("io.ultreia.java4all.jaxx", "jaxx-widgets-gis", ".ftl",
new String[]{}, // Module getters
new String[]{}, // Dependencies getters
new String[]{"io.ultreia.java4all.jaxx__jaxx-widgets-gis__fr_FR__en_GB__es_ES"}, // Module translations
new String[]{"io.ultreia.java4all.jaxx__jaxx-widgets-common__fr_FR__en_GB__es_ES",
"io.ultreia.java4all.jaxx__jaxx-validator__fr_FR__es_ES__en_GB"}, // Dependencies translations
new String[]{}, // Module templates
new String[]{} // Dependencies templates
);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy