fr.ird.observe.toolkit.CommonDtoI18nModuleDefinition Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common-dto Show documentation
Show all versions of common-dto Show documentation
ObServe Toolkit Common Dto 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 = "Tue May 12 13:43:40 UTC 2020")
public class CommonDtoI18nModuleDefinition extends I18nModuleDefinition {
public CommonDtoI18nModuleDefinition() {
super("fr.ird.observe.toolkit", "common-dto", ".ftl",
new String[]{"fr.ird.observe.toolkit__common-dto"}, // Module getters
new String[]{}, // Dependencies getters
new String[]{}, // Module translations
new String[]{}, // Dependencies translations
new String[]{}, // Module templates
new String[]{} // Dependencies templates
);
}
}