| Package | Description | 
|---|---|
| org.springframework.context.annotation | 
 Annotation support for the Application Context, including JSR-250 "common"
 annotations, component-scanning, and Java-based metadata for creating
 Spring-managed objects. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected Object | 
CommonAnnotationBeanPostProcessor.autowireResource(BeanFactory factory,
                CommonAnnotationBeanPostProcessor.LookupElement element,
                String requestingBeanName)
Obtain a resource object for the given name and type through autowiring
 based on the given factory. 
 | 
protected Object | 
CommonAnnotationBeanPostProcessor.buildLazyResourceProxy(CommonAnnotationBeanPostProcessor.LookupElement element,
                      String requestingBeanName)
Obtain a lazily resolving resource proxy for the given name and type,
 delegating to  
CommonAnnotationBeanPostProcessor.getResource(org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement, java.lang.String) on demand once a method call comes in. | 
protected Object | 
CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.LookupElement element,
           String requestingBeanName)
Obtain the resource object for the given name and type. 
 |