Annotation Interface的使用
cn.taketoday.context.annotation.Import
使用Import的程序包
程序包
说明
Annotations and supporting classes for declarative cache management.
Support for external configuration properties.
Java 5 annotation for asynchronous method execution.
-
cn.taketoday.cache.annotation中Import的使用
注释类型为Import的cn.taketoday.cache.annotation中的类修饰符和类型类说明@interfaceEnables Framework's annotation-driven cache management capability, similar to the support found in Framework's<cache:*>XML namespace. -
cn.taketoday.context.annotation中Import的使用
修饰符和类型类说明@interfaceEnables support for handling components marked with AspectJ's@Aspectannotation, similar to functionality found in Framework's<aop:aspectj-autoproxy>XML element.@interfaceActivates a FrameworkLoadTimeWeaverfor this application context, available as a bean with the name "loadTimeWeaver", similar to the<context:load-time-weaver>element in Framework XML.@interfaceEnables default exporting of all standardMBeans from the Framework context, as well as well all@ManagedResourceannotated beans. -
cn.taketoday.context.annotation.config中Import的使用
修饰符和类型类说明@interfaceRegisters packages withAutoConfigurationPackages.@interfaceEnable auto-configuration of the Application Context, attempting to guess and configure beans that you are likely to need.@interfaceImport and apply the specified auto-configuration classes. -
cn.taketoday.context.properties中Import的使用
修饰符和类型类说明@interfaceConfigures the base packages used when scanning for@ConfigurationPropertiesclasses.@interfaceEnable support for@ConfigurationPropertiesannotated beans. -
cn.taketoday.scheduling.annotation中Import的使用
修饰符和类型类说明@interfaceEnables asynchronous method execution capability, similar to functionality found in<task:*>XML namespace.@interfaceEnables scheduled task execution capability, similar to functionality found in<task:*>XML namespace.