public interface DeferredImportSelector extends ImportSelector
ImportSelector
that runs after all @Configuration
beans
have been processed. This type of selector can be particularly useful when the selected
imports are @Conditional
.
Implementations can also extend the Ordered
interface or use the Order
annotation to
indicate a precedence against other DeferredImportSelector
s.
selectImports