黑馬博學(xué)谷產(chǎn)品經(jīng)理精英進(jìn)階課
? ?implements SmartInstantiationAwareBeanPostProcessor, BeanFactoryAware {
? ?
? ?public Object postProcessAfterInitialization( Object bean, String beanName) {
? ? ? ?if (bean != null) {
? ? ? ? ? ?Object cacheKey = getCacheKey(bean.getClass(), beanName);
? ? ? ? ? ?if (this.earlyProxyReferences.remove(cacheKey) != bean) {
? ? ? ? ? ? ? ?//前面AOP的博文有分析過(guò)
? ? ? ? ? ? ? ?return wrapIfNecessary(bean, beanName, cacheKey);
標(biāo)簽: