
org.molgenis.datarowedit.controller.DataRowEditI18nConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of molgenis-data-row-edit Show documentation
Show all versions of molgenis-data-row-edit Show documentation
Edit the data from a single table row
The newest version!
package org.molgenis.datarowedit.controller;
import org.molgenis.util.i18n.PropertiesMessageSource;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
@Configuration
public class DataRowEditI18nConfig {
public static final String NAMESPACE = "data-row-edit";
@Bean
public PropertiesMessageSource settingsMessageSource() {
return new PropertiesMessageSource(NAMESPACE);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy