com.alibaba.dubbo.config.spring.context.annotation
Class DubboConfigConfigurationSelector
java.lang.Object
com.alibaba.dubbo.config.spring.context.annotation.DubboConfigConfigurationSelector
- All Implemented Interfaces:
- org.springframework.context.annotation.ImportSelector, org.springframework.core.Ordered
public class DubboConfigConfigurationSelector
- extends Object
- implements org.springframework.context.annotation.ImportSelector, org.springframework.core.Ordered
Dubbo Config Registrar
- Since:
- 2.5.8
- Author:
- Mercy
- See Also:
EnableDubboConfig,
DubboConfigConfiguration
| Fields inherited from interface org.springframework.core.Ordered |
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE |
DubboConfigConfigurationSelector
public DubboConfigConfigurationSelector()
selectImports
public String[] selectImports(org.springframework.core.type.AnnotationMetadata importingClassMetadata)
- Specified by:
selectImports in interface org.springframework.context.annotation.ImportSelector
getOrder
public int getOrder()
- Specified by:
getOrder in interface org.springframework.core.Ordered
Copyright © 2012–2017 Alibaba. All rights reserved.