I want only certain beans to be injected into other beans using autowiring by type.
With the "autowire" attribute, you can control whether or not a bean's properties are autowired, but I would rather turn on auto-wire globally but limit which beans can be automatically injected. Will this be possible in Spring 2.0? (And if I'm missing something, is it already possible in 1.0?)


Reply With Quote