Chris Beams 1bcaef2b9a Document BeanFactoryPostProcessor implementation constraints (SPR-7466)
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.

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3602 50f2f4bb-b051-0410-bef5-90022cba6387
2010-08-17 09:50:22 +00:00
2010-08-12 18:49:13 +00:00
2010-08-15 23:04:19 +00:00
2010-08-12 18:42:13 +00:00
2010-08-15 23:01:10 +00:00
2010-08-15 23:01:10 +00:00
2010-08-16 21:24:21 +00:00
2010-08-16 21:24:21 +00:00
2010-08-07 13:56:49 +00:00
2010-06-15 14:18:29 +00:00
2009-11-07 01:32:18 +00:00
S
Description
No description provided
438 MiB
Languages
Java 97.6%
Kotlin 2.3%