We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff738e7 commit e2b8a78Copy full SHA for e2b8a78
src/asciidoc/core-beans.adoc
@@ -6670,7 +6670,7 @@ where the magic comes in: All `@Configuration` classes are subclassed at startup
6670
with `CGLIB`. In the subclass, the child method checks the container first for any
6671
cached (scoped) beans before it calls the parent method and creates a new instance. Note
6672
that as of Spring 3.2, it is no longer necessary to add CGLIB to your classpath because
6673
-CGLIB classes have been repackaged under org.springframework and included directly
+CGLIB classes have been repackaged under `org.springframework.cglib` and included directly
6674
within the spring-core JAR.
6675
6676
[NOTE]
0 commit comments