10be0ef9e763d368a24a7ac466da50a2224c5d41
Previously, #containsBean Javadoc advertised that a true return value indicates that a call to #getBean for the same name would succeed. This is actually not the case, and has never been. The semantics of #containsBean have always been to indicate whether a bean definition with the given name is definied or a singleton instance with the given name has been registered. The Javadoc now reflects this accurately. Issue: SPR-8690
Description
No description provided
Languages
Java
99.4%
XSLT
0.2%
AspectJ
0.2%