Guice is a dependency injection container that wholly embraces annotations and generics, thereby enabling you to wire together and test objects with less effort than ever before. Annotations finally free you from error-prone, refactoring-adverse string identifiers.
- Category: Inversion of Control
- License: Apache Software License
- HomePage: http://code.google.com/p/google-guice/


