owner - 簡化Java property文件使用的API

jopen 11年前發布 | 16K 次閱讀 owner Java開發

owner 是一個簡單的API能夠簡化Java property文件的使用。這個API的想法來自GWT i18n。

@Sources({ "file:~/.myapp.config", "file:/etc/myapp.config", "classpath:foo/bar/baz.properties" })
public interface ServerConfig extends Config {

@Key("server.http.port")
int port();

@Key("server.host.name")
String hostname();

@Key("server.max.threads");
@DefaultValue("42")
int maxThreads();

}</pre>

項目主頁:http://www.baiduhome.net/lib/view/home/1356572945401

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!