Google Guice
From Wikipedia, the free encyclopedia
| Developer(s) | |
|---|---|
| Stable release | 2.0.0 / May 19, 2009 |
| Written in | Java |
| Operating system | Cross-platform |
| Development status | Active |
| Type | dependency injection framework |
| License | Apache License 2.0 |
| Website | http://code.google.com/p/google-guice/ |
Google Guice is an open source software framework for the Java platform released by Google under an Apache license. It provides support for dependency injection using annotations to configure Java objects.
Guice allows implementation classes to be programmatically bound to an interface, then injected into constructors, methods or fields using an @Inject annotation. When more than one implementation of the same interface is needed, the user can create custom annotations that identify an implementation, then use that annotation when injecting it.
Guice won the 18th Jolt Award for best Library, Framework, or Component [1].
Contents |
[edit] References
[edit] Bibliography
- Vanbrabant, Robbie (April 21, 2008), Google Guice: Agile Lightweight Dependency Injection Framework (1st ed.), Apress, pp. 192, ISBN 978-1590599976, http://www.apress.com/book/view/1590599977
[edit] See also
[edit] External links
| This computer library article is a stub. You can help Wikipedia by expanding it. |