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

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