Interface DeferredImportSelector
- All Superinterfaces:
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.- Since:
- 4.0
- Author:
- Phillip Webb
Method Summary
Methods inherited from interface org.springframework.context.annotation.ImportSelector
selectImports