标签: spring
如果我为我的bean实现ApplicationContextAware接口,那么我将在我的bean中获得ApplicationContext的实例,但实际使用它的是什么?为什么我们需要*Aware接口,我为什么要用spring绑定我的代码?
ApplicationContextAware
ApplicationContext
*Aware
答案 0 :(得分:0)
有时我们有要求在创建Bean 时我们需要访问。{ ApplicationContext, ApplicationContainer 和Resource。
为了完成上述要求,Spring提供了许多Aware接口。