Hacker News new | ask | show | jobs
by marginalia_nu 481 days ago
Spring's annotations arguably are black magic, but while Spring offers DI, DI is not Spring, and honestly something like Guice is a lot easier to follow since it only does annotation-based DI and not a bunch of other stuff.