Annotation Interface的使用
cn.taketoday.context.annotation.Configuration
使用Configuration的程序包
程序包
说明
Annotations and supporting classes for declarative cache management.
Java 5 annotation for asynchronous method execution.
-
cn.taketoday.cache.annotation中Configuration的使用
修饰符和类型类说明classAbstract base@Configurationclass providing common structure for enabling Framework's annotation-driven cache management capability.class@Configurationclass that registers the Framework infrastructure beans necessary to enable proxy-based annotation-driven cache management. -
cn.taketoday.context.annotation中Configuration的使用
修饰符和类型类说明class@Configurationclass that registers aLoadTimeWeaverbean.class@Configurationclass that registers aAnnotationMBeanExporterbean. -
cn.taketoday.context.annotation.config中Configuration的使用
修饰符和类型类说明@interfaceIndicates that a class provides configuration that can be automatically applied by Framework Unify. -
cn.taketoday.scheduling.annotation中Configuration的使用
修饰符和类型类说明classAbstract baseConfigurationclass providing common structure for enabling asynchronous method execution capability.class@Configurationclass that registers the Framework infrastructure beans necessary to enable proxy-based asynchronous method execution.class@Configurationclass that registers aScheduledAnnotationBeanPostProcessorbean capable of processing @Scheduledannotation.