Notes from a session at TheServerSide Java Symposium March 2009
Rod addressed some emerging best practices based around annotation-based application configuration using Spring 2.5 and later.
The emerging best practice is to use the @Autowired annotation rather than @Resource. He demonstrated how to disambiguate bean references with @Qualifier. He also showed how to create your own custom annotations […]