9a088b8128cb1a8027a13645a7e4d400d767aabb
JavaDoc and reference docs now warn developers against interacting with bean instances within BeanFactoryPostProcessor implementations in order to avoid premature bean instantiation. See SPR-7450 for an example of a third-party BFPP (OAuthTokenLifecycleRegistryPostProcessor) prematurely instantiating a FactoryBean instance, such that bean post-processing is bypassed and autowired injection (via @Inject) never occurs.
Description
No description provided
Languages
Java
99.4%
XSLT
0.2%
AspectJ
0.2%