|
From: <jue...@we...> - 2004-08-20 07:21:44
|
The following suggestion sounds plausible: =20 http://opensource.atlassian.com/projects/spring/browse/SPR-269 =20 Currently, singleton parent bean definitions that are not meant to be = instantiated directly have to be marked "lazy-init" to avoid eager = instantiation on application context startup. I guess it would be = cleaner do introduce an abstract=3D"true"/"false" attribute at the = "bean" level, clearly indicating that this bean should never be created = but just serves as template for child bean definitions. =20 Any objections to adding this for 1.1 final? =20 Juergen |