-
- All Implemented Interfaces:
-
org.springframework.context.annotation.DeferredImportSelector,org.springframework.context.annotation.ImportSelector
@Order() public class EnodeConfigurationSelector implements DeferredImportSelectorA DeferredImportSelector implementation with the lowest order to import a EnodeBootstrapRegistrar as late as possible. EnodeAutoConfiguration as late as possible.
-
-
Method Summary
Modifier and Type Method Description Array<String>selectImports(AnnotationMetadata importingClassMetadata)-
Methods inherited from class org.springframework.context.annotation.DeferredImportSelector
getImportGroup -
Methods inherited from class org.springframework.context.annotation.ImportSelector
getExclusionFilter -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
selectImports
Array<String> selectImports(AnnotationMetadata importingClassMetadata)
-
-
-
-