
fr.ird.observe.toolkit.CommonServiceI18nModuleDefinition Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common-service Show documentation
Show all versions of common-service Show documentation
ObServe Toolkit Common Service module
The newest version!
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 = "Sat Jun 27 16:03:31 UTC 2020")
public class CommonServiceI18nModuleDefinition extends I18nModuleDefinition {
public CommonServiceI18nModuleDefinition() {
super("fr.ird.observe.toolkit", "common-service", ".ftl",
new String[]{"fr.ird.observe.toolkit__common-service"}, // Module getters
new String[]{"fr.ird.observe.toolkit__common-dto"}, // Dependencies getters
new String[]{}, // Module translations
new String[]{}, // Dependencies translations
new String[]{"fr.ird.observe.toolkit__dataSourcePolicy__fr_FR__en_GB__es_ES"}, // Module templates
new String[]{} // Dependencies templates
);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy