Hacker News new | ask | show | jobs
by MoosePlissken 4560 days ago
Well, you can already do java based config, which is not the same as annotation based config. As with XML config, Java based config lives outside of your application code in classes dedicated to configuration. You just use Java instead of XML, which makes things much nicer.

See here: http://docs.spring.io/spring/docs/3.2.7.BUILD-SNAPSHOT/sprin...