Uses of Annotation Interface
org.springframework.context.annotation.Role
Packages that use Role
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 Role in org.springframework.cache.annotationClasses in org.springframework.cache.annotation with annotations of type RoleModifier and TypeClassDescriptionclass@Configurationclass that registers the Spring infrastructure beans necessary to enable proxy-based annotation-driven cache management.Methods in org.springframework.cache.annotation with annotations of type RoleModifier and TypeMethodDescriptionProxyCachingConfiguration.cacheAdvisor(CacheOperationSource cacheOperationSource, CacheInterceptor cacheInterceptor) ProxyCachingConfiguration.cacheInterceptor(CacheOperationSource cacheOperationSource) ProxyCachingConfiguration.cacheOperationSource()
- 
Uses of Role in org.springframework.context.annotationClasses in org.springframework.context.annotation with annotations of type RoleModifier and TypeClassDescriptionclass@Configurationclass that registers aLoadTimeWeaverbean.class@Configurationclass that registers aAnnotationMBeanExporterbean.Methods in org.springframework.context.annotation with annotations of type RoleModifier and TypeMethodDescriptionLoadTimeWeavingConfiguration.loadTimeWeaver()MBeanExportConfiguration.mbeanExporter()
- 
Uses of Role in org.springframework.scheduling.annotationClasses in org.springframework.scheduling.annotation with annotations of type RoleModifier and TypeClassDescriptionclass@Configurationclass that registers the Spring infrastructure beans necessary to enable proxy-based asynchronous method execution.class@Configurationclass that registers aScheduledAnnotationBeanPostProcessorbean capable of processing Spring's @Scheduledannotation.Methods in org.springframework.scheduling.annotation with annotations of type RoleModifier and TypeMethodDescriptionProxyAsyncConfiguration.asyncAdvisor()SchedulingConfiguration.scheduledAnnotationProcessor()