io.ultreia.java4all.jaxx.JaxxWidgetsFileI18nModuleDefinition Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jaxx-widgets-file Show documentation
Show all versions of jaxx-widgets-file Show documentation
Collection of widgets around File
The newest version!
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 = "Mon Oct 18 11:45:26 CEST 2021")
public class JaxxWidgetsFileI18nModuleDefinition extends I18nModuleDefinition {
public JaxxWidgetsFileI18nModuleDefinition() {
super("io.ultreia.java4all.jaxx", "jaxx-widgets-file", ".ftl",
new String[]{}, // Module getters
new String[]{}, // Dependencies getters
new String[]{"io.ultreia.java4all.jaxx__jaxx-widgets-file__fr_FR__es_ES__en_GB"}, // Module translations
new String[]{}, // Dependencies translations
new String[]{}, // Module templates
new String[]{} // Dependencies templates
);
}
}