| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
          Description
| Interface Summary | |
|---|---|
| ScopeMetadataResolver | Strategy interface for resolving the scope of bean definitions. | 
| Class Summary | |
|---|---|
| AnnotationBeanNameGenerator | BeanNameGeneratorimplementation for bean classes annotated with the@Componentannotation
 or with another annotation that is itself annotated with@Componentas a
 meta-annotation. | 
| AnnotationConfigBeanDefinitionParser | Parser for the <context:annotation-config/> element. | 
| AnnotationConfigUtils | Utility class that allows for convenient registration of common BeanPostProcessordefinitions for annotation-based configuration. | 
| AnnotationScopeMetadataResolver | A ScopeMetadataResolverimplementation that (by default) checks for
 the presence of theScopeannotation on the bean class. | 
| ClassPathBeanDefinitionScanner | A bean definition scanner that detects bean candidates on the classpath, registering corresponding bean definitions with a given registry (BeanFactory or ApplicationContext). | 
| ClassPathScanningCandidateComponentProvider | A component provider that scans the classpath from a base package. | 
| CommonAnnotationBeanPostProcessor | BeanPostProcessorimplementation
 that supports common Java annotations out of the box, in particular the JSR-250
 annotations in thejavax.annotationpackage. | 
| ComponentScanBeanDefinitionParser | Parser for the <context:component-scan/> element. | 
| ScannedGenericBeanDefinition | Extension of the GenericBeanDefinitionclass, based on an ASM ClassReader, with support for annotation metadata exposed
 through theAnnotatedBeanDefinitioninterface. | 
| ScopeMetadata | Describes scope characteristics for a Spring-managed bean including the scope name and the scoped-proxy behavior. | 
| Enum Summary | |
|---|---|
| FilterType | Enumeration of the valid type filters to be added for annotation-driven configuration. | 
| ScopedProxyMode | Enumerates the various scoped-proxy options. | 
| Annotation Types Summary | |
|---|---|
| Scope | Indicates the name of a scope to use for instances of the annotated class. | 
Annotation support for context configuration, including classpath scanning for autowire candidates.
| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||