接口 DeferredImportSelector
- 所有超级接口:
ImportSelector
public interface DeferredImportSelector extends ImportSelector
A variation ofImportSelectorthat runs after all@Configurationbeans have been processed. This type of selector can be particularly useful when the selected imports are@Conditional.Implementations can also extend the
Orderedinterface or use theOrderannotation to indicate a precedence against otherDeferredImportSelectors.- 从以下版本开始:
- 4.0
- 作者:
- Phillip Webb
方法概要
从接口继承的方法 org.springframework.context.annotation.ImportSelector
selectImports