Package-level declarations
Classes related to Spring's org.springframework.context.ApplicationContext annotations.
Types
Link copied to clipboard
A set of @Configuration classes that can be registered in ApplicationContext.
Link copied to clipboard
Interface that can be implemented by ImportSelector and ImportBeanDefinitionRegistrar implementations when they can determine imports early.
Link copied to clipboard
Contains
@Configuration
import candidates, usually auto-configurations.Link copied to clipboard
Configurations representing user-defined
@Configuration
classes (i.e.