Uses of Class
org.springframework.context.annotation.ScopeMetadata
Packages that use ScopeMetadata
Package
Description
Annotation support for the Application Context, including JSR-250 "common"
 annotations, component-scanning, and Java-based metadata for creating
 Spring-managed objects.
- 
Uses of ScopeMetadata in org.springframework.context.annotationMethods in org.springframework.context.annotation that return ScopeMetadataModifier and TypeMethodDescriptionAnnotationScopeMetadataResolver.resolveScopeMetadata(org.springframework.beans.factory.config.BeanDefinition definition) Jsr330ScopeMetadataResolver.resolveScopeMetadata(org.springframework.beans.factory.config.BeanDefinition definition) ScopeMetadataResolver.resolveScopeMetadata(org.springframework.beans.factory.config.BeanDefinition definition) Resolve theScopeMetadataappropriate to the supplied beandefinition.