When using @Autowired (not xml configuration), could someone compare the set/constructor binding advantages and disadvantages?
See the following examples:
A specific reason for annotating setters: The setters can then save bean references to static variables.