程序包的使用
cn.taketoday.context.annotation.config
程序包
说明
@Condition annotations and supporting classes.-
类说明Event fired when auto-configuration classes are imported.Filter that can be registered in
today-strategies.propertiesto limit the auto-configuration classes considered.Listener that can be registered withtoday-strategies.propertiesto receive details of imported auto-configurations.DeferredImportSelectorto handleauto-configuration.Provides access to meta-data written by the auto-configure annotation processor.Registers packages withAutoConfigurationPackages.Configurationsrepresenting auto-configuration@Configurationclasses.Hint for that anauto-configurationshould be applied after other specified auto-configuration classes.Hint that anauto-configurationshould be applied before other specified auto-configuration classes.A set of@Configurationclasses that can be registered inApplicationContext.Interface that can be implemented byImportSelectorandImportBeanDefinitionRegistrarimplementations when they can determine imports early.Contains@Configurationimport candidates, usually auto-configurations.Configurationsrepresenting user-defined@Configurationclasses (i.e. -
类说明Filter that can be registered in
today-strategies.propertiesto limit the auto-configuration classes considered.Provides access to meta-data written by the auto-configure annotation processor.