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

com.swak.frame.i18n.MessageI18nSource Maven / Gradle / Ivy

There is a newer version: 2.3.1
Show newest version
package com.swak.frame.i18n;


public interface MessageI18nSource {

    String getMessage(String code,  Object...args);

    String getMessage(String code,   String defaultMessage);

    String getMessage(String code,   String defaultMessage,Object...args);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy