End
摘要: 只有Inject是不可以的,必须有Componentpublic class Test { @Inject Person person; private void test() { System.out.println(person.name); } public static void main(String[] args) { new Test().test();//N... 阅读全文
posted @ 2017-09-18 21:25 白乾涛 阅读(161) 评论(0) 推荐(0) 编辑