标签: spring javabeans
Spring是否以非阻塞方式实例化各种bean?如果我在特定bean的Thread.sleep中执行afterPropertiesSet,是否会阻止其他bean的实例化?
Thread.sleep
afterPropertiesSet