Consistently refer to 'default no-arg constructor' (SPR-7339)

This commit is contained in:
Chris Beams
2010-08-07 13:57:12 +00:00
parent edad222e6a
commit 5e64f228b6
3 changed files with 4 additions and 4 deletions

View File

@@ -246,7 +246,7 @@
5. "autodetect"
Chooses "constructor" or "byType" through introspection of the bean class.
If a default constructor is found, "byType" gets applied.
If a default no-arg constructor is found, "byType" gets applied.
The latter two are similar to PicoContainer and make bean factories simple to
configure for small namespaces, but doesn't work as well as standard Spring