|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScopeMetadataResolver | |
---|---|
org.springframework.context.annotation | Annotation support for context configuration, including classpath scanning for autowire candidates. |
Uses of ScopeMetadataResolver in org.springframework.context.annotation |
---|
Classes in org.springframework.context.annotation that implement ScopeMetadataResolver | |
---|---|
class |
AnnotationScopeMetadataResolver
A ScopeMetadataResolver implementation that (by default) checks for
the presence of the Scope annotation on the bean class. |
Methods in org.springframework.context.annotation with parameters of type ScopeMetadataResolver | |
---|---|
void |
ClassPathBeanDefinitionScanner.setScopeMetadataResolver(ScopeMetadataResolver scopeMetadataResolver)
Set the ScopeMetadataResolver to use for detected bean classes. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |