Is it possible to autowire beans using the @Autowired annotation without using component scanning?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
||||
|
|
|
Yes. In order to have annotations processed ( As far as I know, This is true for both sprign 2.5 and 3.0. (thanks skaffman) |
|||||||||
|
|
I have never tried without component-scanning enabled, however I can confirm that @Autowire annotations works in Spring 3.0.x even with beans that are defined via XML. |
|||
|
|