Package org.springframework.boot.context.annotation
package org.springframework.boot.context.annotation
Classes related to Spring's
ApplicationContext
annotations.-
ClassDescriptionA set of
@Configuration
classes that can be registered inApplicationContext
.Interface that can be implemented byImportSelector
andImportBeanDefinitionRegistrar
implementations when they can determine imports early.Contains@Configuration
import candidates, usually auto-configurations.Configurations
representing user-defined@Configuration
classes (i.e.