The Spring Framework

Uses of Interface
org.springframework.beans.factory.support.MergedBeanDefinitionPostProcessor

Packages that use MergedBeanDefinitionPostProcessor
org.springframework.beans.factory.annotation Support package for annotation-driven bean configuration. 
org.springframework.context.annotation Annotation support for context configuration, including classpath scanning for autowire candidates. 
 

Uses of MergedBeanDefinitionPostProcessor in org.springframework.beans.factory.annotation
 

Classes in org.springframework.beans.factory.annotation that implement MergedBeanDefinitionPostProcessor
 class InitDestroyAnnotationBeanPostProcessor
          BeanPostProcessor implementation that invokes annotated init and destroy methods.
 

Uses of MergedBeanDefinitionPostProcessor in org.springframework.context.annotation
 

Classes in org.springframework.context.annotation that implement MergedBeanDefinitionPostProcessor
 class CommonAnnotationBeanPostProcessor
          BeanPostProcessor implementation that supports common JSR-250 annotations out of the box.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.