![JAR search and dependency download from the Maven repository](/logo.png)
jasmine.demo.sample.constant.SampleMessageConstants Maven / Gradle / Ivy
The newest version!
package jasmine.demo.sample.constant;
import jasmine.framework.i18n.DeclareI18N;
/**
* @author mh.z
*/
public interface SampleMessageConstants {
@DeclareI18N("您好,世界。")
String helloWorld = "sample.helloWorld";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy