Tag Archives: Spring 3.0 wiring beans with annotations

Annotation Based Bean Wiring @Autowired in Spring framework

May 27, 2012

1 Comment

Since Spring 2.5, one of the most interesting ways of wiring beans in Spring has been to use annotations to automatically wire bean properties. Auto wiring with annotations isn’t much different than using the autowire attribute in XML. But it does allow for more fine-grained auto wiring, where you can selectively annotate certain properties for [...]

email