com.alibaba.dubbo.config.spring.context.annotation
Class DubboComponentScanRegistrar
java.lang.Object
com.alibaba.dubbo.config.spring.context.annotation.DubboComponentScanRegistrar
- All Implemented Interfaces:
- org.springframework.context.annotation.ImportBeanDefinitionRegistrar
public class DubboComponentScanRegistrar
- extends Object
- implements org.springframework.context.annotation.ImportBeanDefinitionRegistrar
Dubbo DubboComponentScan Bean Registrar
- Since:
- 2.5.7
- Author:
- Mercy
- See Also:
Service,
DubboComponentScan,
ImportBeanDefinitionRegistrar,
ServiceAnnotationBeanPostProcessor,
ReferenceAnnotationBeanPostProcessor
|
Method Summary |
void |
registerBeanDefinitions(org.springframework.core.type.AnnotationMetadata importingClassMetadata,
org.springframework.beans.factory.support.BeanDefinitionRegistry registry)
|
DubboComponentScanRegistrar
public DubboComponentScanRegistrar()
registerBeanDefinitions
public void registerBeanDefinitions(org.springframework.core.type.AnnotationMetadata importingClassMetadata,
org.springframework.beans.factory.support.BeanDefinitionRegistry registry)
- Specified by:
registerBeanDefinitions in interface org.springframework.context.annotation.ImportBeanDefinitionRegistrar
Copyright © 2012–2017 Alibaba. All rights reserved.