com.alibaba.dubbo.config.spring.context.annotation
Class DubboConfigConfigurationSelector

java.lang.Object
  extended by 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

Field Summary
 
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
 
Constructor Summary
DubboConfigConfigurationSelector()
           
 
Method Summary
 int getOrder()
           
 String[] selectImports(org.springframework.core.type.AnnotationMetadata importingClassMetadata)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DubboConfigConfigurationSelector

public DubboConfigConfigurationSelector()
Method Detail

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.