org.springframework.osgi.context
Interface DependencyAwareBeanFactoryPostProcessor

All Superinterfaces:
BeanFactoryPostProcessor

public interface DependencyAwareBeanFactoryPostProcessor
extends BeanFactoryPostProcessor

BeanFactoryPostProcessor that is invoked late in the application context lifecycle, specifically after the mandatory service dependencies have been satisfied.

Author:
Andy Piper
See Also:
DelegatedExecutionOsgiBundleApplicationContext

Method Summary
 
Methods inherited from interface org.springframework.beans.factory.config.BeanFactoryPostProcessor
postProcessBeanFactory
 



Copyright © 2006-2009 Spring Framework. All Rights Reserved.