摘要: Service.java import com.google.inject.Inject; import com.google.inject.name.Named; public class Service { @Inject //@Named("login timeout seconds") pu 阅读全文
posted @ 2017-04-13 13:43 发福大叔 阅读(133) 评论(0) 推荐(0) 编辑
摘要: Service.java public interface Service { public void test(); } AService.java public class AService implements Service { public void test(){ System.out. 阅读全文
posted @ 2017-04-13 11:23 发福大叔 阅读(141) 评论(0) 推荐(0) 编辑
摘要: Service.java public interface Service { public void test(); } AService.java public class AService implements Service { public void test(){ System.out. 阅读全文
posted @ 2017-04-13 10:00 发福大叔 阅读(111) 评论(0) 推荐(0) 编辑