Uses of Enum Class
org.springframework.context.annotation.AdviceMode
Packages that use AdviceMode
Package
Description
Annotations and supporting classes for declarative cache management.
Annotation support for the Application Context, including JSR-250 "common"
 annotations, component-scanning, and Java-based metadata for creating
 Spring-managed objects.
Annotation support for asynchronous method execution.
- 
Uses of AdviceMode in org.springframework.cache.annotationMethods in org.springframework.cache.annotation with parameters of type AdviceModeModifier and TypeMethodDescriptionString[]CachingConfigurationSelector.selectImports(AdviceMode adviceMode) ReturnsProxyCachingConfigurationorAspectJCachingConfigurationforPROXYandASPECTJvalues ofEnableCaching.mode(), respectively.
- 
Uses of AdviceMode in org.springframework.context.annotationMethods in org.springframework.context.annotation that return AdviceModeModifier and TypeMethodDescriptionstatic 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.Methods in org.springframework.context.annotation with parameters of type AdviceModeModifier and TypeMethodDescriptionprotected abstract String[]AdviceModeImportSelector.selectImports(AdviceMode adviceMode) Determine which classes should be imported based on the givenAdviceMode.
- 
Uses of AdviceMode in org.springframework.scheduling.annotationMethods in org.springframework.scheduling.annotation with parameters of type AdviceModeModifier and TypeMethodDescriptionString[]AsyncConfigurationSelector.selectImports(AdviceMode adviceMode) ReturnsProxyAsyncConfigurationorAspectJAsyncConfigurationforPROXYandASPECTJvalues ofEnableAsync.mode(), respectively.