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

hu.blackbelt.osgi.i18n.api.MessageResolver Maven / Gradle / Ivy

package hu.blackbelt.osgi.i18n.api;

/**
 * Resolves a messsage. The locale handling is defined on upper level.
 */
public interface MessageResolver {
    String get(String key);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy