Can anyone provide a clear explanation of why Google Guice is useful?

Viewed 26479

I've read about Google Guice, and understand the general issues with other approaches to dependency injection, however I haven't yet seen an example of someone using Guice "in practice" where its value becomes clear.

I'm wondering if anyone is aware of any such examples?

3 Answers
Related