Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

Ian: I think this may actually be per-configuration-file and not per-context, see for example http://springindepth.com/book/in-depth-ioc-autowiring.html <dead link removed> para 5.

When using default strategy, the selection of candidates for auto-wiring as dependencies into other beans can be influenced by <beans default-autowire-candidates="candidateList" />.  The candidateList is a comma-separated list of regexes which is matched on bean id/name.

...