五、Spring中註解的使用

1. Bean的作用域也可利用註解的方式進行限定: 如:@Scope(「prototype」),將其寫定義類的前面 其功能類似於標籤中的<bean id=」」 class=」」 scope=」 prototype」/> 2. 通過註解還可爲bean提供初始化方法以及銷燬方法: 在方法前加上:@PostConstruct,則在實例化類時將執行該方法,類似於標籤中的<bean init-method=
相關文章
相關標籤/搜索