程序包com.alibaba.dubbo.config.spring的分层结构

程序包分层结构:

类分层结构

  • java.lang.
    • com.alibaba.dubbo.config.)
      • 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)