类分层结构
- java.lang.Object
- com.alibaba.dubbo.config.AbstractConfig (implements java.io.Serializable)
- com.alibaba.dubbo.config.AbstractMethodConfig
- com.alibaba.dubbo.config.AbstractInterfaceConfig
- com.alibaba.dubbo.config.AbstractReferenceConfig
- com.alibaba.dubbo.config.ReferenceConfig<T>
- com.alibaba.dubbo.config.spring.ReferenceBean<T> (implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<T>, org.springframework.beans.factory.InitializingBean)
- com.alibaba.dubbo.config.AbstractServiceConfig
- com.alibaba.dubbo.config.ServiceConfig<T>
- com.alibaba.dubbo.config.spring.ServiceBean<T> (implements org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationEventPublisherAware, org.springframework.context.ApplicationListener<E>, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean)
- com.alibaba.dubbo.config.spring.AnnotationBean (implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.beans.factory.DisposableBean)