We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69b74d7 + 6c6e8ad commit ea386c2Copy full SHA for ea386c2
framework-docs/modules/ROOT/pages/core/beans/dependencies/factory-dependson.adoc
@@ -3,7 +3,7 @@
3
4
If a bean is a dependency of another bean, that usually means that one bean is set as a
5
property of another. Typically you accomplish this with the
6
-xref:core/beans/dependencies/factory-properties-detailed.adoc#beans-ref-element[`<ref/>` element>]
+xref:core/beans/dependencies/factory-properties-detailed.adoc#beans-ref-element[`<ref/>` element]
7
in XML-based metadata or through xref:core/beans/dependencies/factory-autowire.adoc[autowiring].
8
9
However, sometimes dependencies between beans are less direct. An example is when a static
0 commit comments