摘要: 1. Constructor Injection public class Boy { private IDog smallDog; public Boy(IDog smallDog) { this.smallDog = smallDog; } } public interface ID... 阅读全文
posted @ 2008-07-15 17:19 许晓光 阅读(2337) 评论(0) 推荐(0) 编辑