public class PostAutoConfigurationDefferedImportSelector extends Object implements org.springframework.context.annotation.DeferredImportSelector
Deferred import loader that, when used in an @Configuration
class, executes _after_ the set
of Spring EnableAutoConfiguration
classes brought in by the .
Particularly useful when you want to do something in absence of autoconfiguration where Broadleaf is still
required to have a particular component. This allows you to confidently use annotations like @ConditionalOnMissingBean
to only create things if Spring autoconfiguration didn't already.
PostAutoConfigurationImport}
,
org.springframework.context.annotation.ConfigurationClassParser}
Constructor and Description |
---|
PostAutoConfigurationDefferedImportSelector() |
Modifier and Type | Method and Description |
---|---|
String[] |
selectImports(org.springframework.core.type.AnnotationMetadata importingClassMetadata) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PostAutoConfigurationDefferedImportSelector()
public String[] selectImports(org.springframework.core.type.AnnotationMetadata importingClassMetadata)
selectImports
in interface org.springframework.context.annotation.ImportSelector
Copyright © 2022. All rights reserved.