fr.ird.observe.toolkit.CommonValidationI18nModuleDefinition Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common-validation Show documentation
Show all versions of common-validation Show documentation
ObServe Toolkit Common Validation module
package fr.ird.observe.toolkit;
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 = "Sun Aug 04 23:21:05 UTC 2019")
public class CommonValidationI18nModuleDefinition extends I18nModuleDefinition {
public CommonValidationI18nModuleDefinition() {
super("fr.ird.observe.toolkit", "common-validation", ".ftl",
new String[]{}, // Module getters
new String[]{}, // Dependencies getters
new String[]{"fr.ird.observe.toolkit__common-validation__es_ES__en_GB__fr_FR"}, // Module translations
new String[]{"fr.ird.observe.toolkit__common-dto__fr_FR__es_ES__en_GB",
"io.ultreia.java4all.jaxx__jaxx-widgets-gis__es_ES__en_GB__fr_FR",
"io.ultreia.java4all.jaxx__jaxx-validator__en_GB__fr_FR__es_ES",
"io.ultreia.java4all.jaxx__jaxx-widgets-temperature__en_GB__fr_FR__es_ES",
"io.ultreia.java4all.jaxx__jaxx-widgets-number__en_GB__fr_FR__es_ES"}, // Dependencies translations
new String[]{}, // Module templates
new String[]{} // Dependencies templates
);
}
}