- All Implemented Interfaces:
- org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.InitializingBean
public class DubboConfigBeanInitializer
extends Object
implements org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.InitializingBean
Dubbo config bean initializer.
NOTE: Dubbo config beans MUST be initialized after registering all BeanPostProcessors,
that is after the AbstractApplicationContext#registerBeanPostProcessors() method.