ApplicationContext
annotations.See: Description
Interface | Description |
---|---|
DeterminableImports |
Interface that can be implemented by
ImportSelector and
ImportBeanDefinitionRegistrar implementations when they can determine imports
early. |
Class | Description |
---|---|
Configurations |
A set of
@Configuration classes that can be registered in
ApplicationContext . |
UserConfigurations |
Configurations representing user-defined @Configuration classes (i.e. |
ApplicationContext
annotations.