diff --git a/spring-framework-reference/src/beans.xml b/spring-framework-reference/src/beans.xml index e9befff368..26c14443f1 100644 --- a/spring-framework-reference/src/beans.xml +++ b/spring-framework-reference/src/beans.xml @@ -2136,7 +2136,10 @@ support=support@example.co.uk Spring's XML format, set the autowire-candidate attribute of the <bean/> element to false; the container makes that specific bean - definition unavailable to the autowiring infrastructure. + definition unavailable to the autowiring infrastructure (including + annotation style configurations such as + @Autowired). + You can also limit autowire candidates based on pattern-matching against bean names. The top-level <beans/>