Explicit documentation on defaulting for 'autowire' and 'lazy-init'

Issue: SPR-13038
This commit is contained in:
Juergen Hoeller
2015-05-18 16:19:45 +02:00
parent 008c9a3b45
commit e6f99ffe37
3 changed files with 34 additions and 23 deletions

View File

@@ -1858,7 +1858,7 @@ advantages:
When using XML-based configuration metadata footnote:[See
pass:specialcharacters,macros[<<beans-factory-collaborators>>]], you specify autowire
mode for a bean definition with the `autowire` attribute of the `<bean/>` element. The
autowiring functionality has five modes. You specify autowiring __per__ bean and thus
autowiring functionality has four modes. You specify autowiring __per__ bean and thus
can choose which ones to autowire.
[[beans-factory-autowiring-modes-tbl]]