rs.mail.templates.I18nResolver Maven / Gradle / Ivy
/**
*
*/
package rs.mail.templates;
/**
* Interface for a template provider.
*
* Selects the template to be used for a specific context.
*
* @author ralph
*
*/
public interface I18nResolver extends Resolver {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy