You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: framework-docs/modules/ROOT/pages/core/beans/classpath-scanning.adoc
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -920,7 +920,8 @@ Kotlin::
920
920
[[beans-scanning-qualifiers]]
921
921
== Providing Qualifier Metadata with Annotations
922
922
923
-
The `@Qualifier` annotation is discussed in xref:core/beans/annotation-config/autowired-qualifiers.adoc[Fine-tuning Annotation-based Autowiring with Qualifiers].
923
+
The `@Qualifier` annotation is discussed in
924
+
xref:core/beans/annotation-config/autowired-qualifiers.adoc[Fine-tuning Annotation-based Autowiring with Qualifiers].
924
925
The examples in that section demonstrate the use of the `@Qualifier` annotation and
925
926
custom qualifier annotations to provide fine-grained control when you resolve autowire
926
927
candidates. Because those examples were based on XML bean definitions, the qualifier
0 commit comments