接口的使用
cn.taketoday.context.loader.ImportSelector
使用ImportSelector的程序包
程序包
说明
Annotations and supporting classes for declarative cache management.
Java 5 annotation for asynchronous method execution.
-
cn.taketoday.cache.annotation中ImportSelector的使用
修饰符和类型类说明classSelects which implementation ofAbstractCachingConfigurationshould be used based on the value ofEnableCaching.mode()on the importing@Configurationclass. -
cn.taketoday.context.annotation中ImportSelector的使用
修饰符和类型接口说明interfaceA variation ofImportSelectorthat runs after all@Configurationbeans have been processed.修饰符和类型类说明classAdviceModeImportSelector<A extends Annotation>Convenient base class forImportSelectorimplementations that select imports based on anAdviceModevalue from an annotation (such as the@Enable*annotations). -
cn.taketoday.context.annotation.config中ImportSelector的使用
修饰符和类型类说明classDeferredImportSelectorto handleauto-configuration.classVariant ofAutoConfigurationImportSelectorfor@ImportAutoConfiguration. -
cn.taketoday.context.loader中ImportSelector的使用
-
cn.taketoday.scheduling.annotation中ImportSelector的使用
修饰符和类型类说明classSelects which implementation ofAbstractAsyncConfigurationshould be used based on the value ofEnableAsync.mode()on the importing@Configurationclass.