|
From: Matt S. <sga...@us...> - 2005-01-25 16:37:48
|
Is there a reason why BeanFactoryPostProcessors are always applied before BeanPostProcessors? I can imagine a use case where you have a BeanPostProcessor wrap a bean that was dynamically registered by a BeanFactoryPostProcessor. Still, I'm wondering if it would make sense to allow the Ordered interface to dictate the order in which BeanFactoryPostProcessors and BeanPostProcessors are invoked. Thanks, Matt |