Chapter 1. The IoC Container, section 1.12.3. Using the @Bean Annotation, paragraph Specifying Bean Scope of official documentation contains incorrect description of @Scope annotation. The default value of proxyMode attribute is not ScopedProxyMode.NO but is ScopedProxyMode.DEFAULT which has absolutely different behaviour.
Comment From: sbrannen
This has been merged into main
.
Thanks