org.springframework.osgi.context
Interface DependencyInitializationAwareBeanPostProcessor

All Superinterfaces:
BeanPostProcessor

public interface DependencyInitializationAwareBeanPostProcessor
extends BeanPostProcessor

BeanPostProcessor that is invoked early in the application context lifecycle, specifically after the service dependencies have been satisfied.

Author:
Andy Piper
See Also:
DelegatedExecutionOsgiBundleApplicationContext

Method Summary
 
Methods inherited from interface org.springframework.beans.factory.config.BeanPostProcessor
postProcessAfterInitialization, postProcessBeforeInitialization
 



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