DerekYRC / DerekYRC/mini-spring
postProcessBeforeInstantiation这个返回null,是不是代表一直没有代理对象?
Open
- Dominant language
- Java
- Stars
- 6.4k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
分支: populate-proxy-bean-with-property-values
postProcessBeforeInstantiation这个函数代理里面注释是如果这个类存在代理就返回代理,但是进来发现不论什么类进来最后都返回都是null。
@Override
public Object postProcessBeforeInstantiation(Class beanClass, String beanName) throws BeansException {
return null;
}
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.