All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fr.ird.observe.toolkit.CommonDtoI18nModuleDefinition Maven / Gradle / Ivy

There is a newer version: 4.34
Show 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 = "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
        );
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy