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 fcb3957 commit 31a2b4eCopy full SHA for 31a2b4e
src/docs/asciidoc/core/core-beans.adoc
@@ -10,7 +10,7 @@ This chapter covers Spring's Inversion of Control (IoC) container.
10
== Introduction to the Spring IoC Container and Beans
11
12
This chapter covers the Spring Framework implementation of the Inversion of Control
13
-(IoC) principle. (See <<overview.adoc#background-ioc,Inversion of Control>>.) IoC
+(IoC) principle. IoC
14
is also known as dependency injection (DI). It is a process whereby objects define
15
their dependencies (that is, the other objects they work with) only through constructor
16
arguments, arguments to a factory method, or properties that are set on the object
0 commit comments