From 31a2b4ef467b30d1b253822016b1603296cbb103 Mon Sep 17 00:00:00 2001 From: lwjli Date: Fri, 15 Mar 2019 16:17:36 +0800 Subject: [PATCH] Remove outdated link in documentation See gh-22597 --- src/docs/asciidoc/core/core-beans.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/core/core-beans.adoc b/src/docs/asciidoc/core/core-beans.adoc index e52ab3898b5..fd1c26b4f6c 100644 --- a/src/docs/asciidoc/core/core-beans.adoc +++ b/src/docs/asciidoc/core/core-beans.adoc @@ -10,7 +10,7 @@ This chapter covers Spring's Inversion of Control (IoC) container. == Introduction to the Spring IoC Container and Beans This chapter covers the Spring Framework implementation of the Inversion of Control -(IoC) principle. (See <>.) IoC +(IoC) principle. IoC is also known as dependency injection (DI). It is a process whereby objects define their dependencies (that is, the other objects they work with) only through constructor arguments, arguments to a factory method, or properties that are set on the object