Uses of Annotation Interface
org.springframework.context.annotation.Bean
Packages that use Bean
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 Bean in org.springframework.cache.annotationMethods in org.springframework.cache.annotation with annotations of type BeanModifier and TypeMethodDescriptionProxyCachingConfiguration.cacheAdvisor(CacheOperationSource cacheOperationSource, CacheInterceptor cacheInterceptor) ProxyCachingConfiguration.cacheInterceptor(CacheOperationSource cacheOperationSource) ProxyCachingConfiguration.cacheOperationSource()
- 
Uses of Bean in org.springframework.context.annotationMethods in org.springframework.context.annotation with annotations of type BeanModifier and TypeMethodDescriptionLoadTimeWeavingConfiguration.loadTimeWeaver()MBeanExportConfiguration.mbeanExporter()
- 
Uses of Bean in org.springframework.scheduling.annotationMethods in org.springframework.scheduling.annotation with annotations of type BeanModifier and TypeMethodDescriptionProxyAsyncConfiguration.asyncAdvisor()SchedulingConfiguration.scheduledAnnotationProcessor()