Enum Class的使用
cn.taketoday.context.annotation.AdviceMode
使用AdviceMode的程序包
程序包
说明
Annotations and supporting classes for declarative cache management.
Java 5 annotation for asynchronous method execution.
-
cn.taketoday.cache.annotation中AdviceMode的使用
参数类型为AdviceMode的cn.taketoday.cache.annotation中的方法修饰符和类型方法说明String[]CachingConfigurationSelector.selectImports(AdviceMode adviceMode) ReturnsProxyCachingConfigurationorAspectJCachingConfigurationforPROXYandASPECTJvalues ofEnableCaching.mode(), respectively. -
cn.taketoday.context.annotation中AdviceMode的使用
修饰符和类型方法说明static AdviceModeReturns the enum constant of this class with the specified name.static AdviceMode[]AdviceMode.values()Returns an array containing the constants of this enum class, in the order they are declared.修饰符和类型方法说明protected abstract String[]AdviceModeImportSelector.selectImports(AdviceMode adviceMode) Determine which classes should be imported based on the givenAdviceMode. -
cn.taketoday.scheduling.annotation中AdviceMode的使用
修饰符和类型方法说明String[]AsyncConfigurationSelector.selectImports(AdviceMode adviceMode) ReturnsProxyAsyncConfigurationorAspectJAsyncConfigurationforPROXYandASPECTJvalues ofEnableAsync.mode(), respectively.