Uses of Class
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor

Packages that use AutowiredAnnotationBeanPostProcessor
org.springframework.ejb.interceptor Support classes for EJB 3 Session Beans and Message-Driven Beans, performing injection of Spring beans through an EJB 3 interceptor that processes Spring's @Autowired annotation. 
 

Uses of AutowiredAnnotationBeanPostProcessor in org.springframework.ejb.interceptor
 

Methods in org.springframework.ejb.interceptor with parameters of type AutowiredAnnotationBeanPostProcessor
protected  void SpringBeanAutowiringInterceptor.configureBeanPostProcessor(AutowiredAnnotationBeanPostProcessor processor, Object target)
          Template method for configuring the AutowiredAnnotationBeanPostProcessor used for autowiring.
 



Copyright © 2002-2008 The Spring Framework.