Guice 2.0

Packages
com.google.inject Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework.
com.google.inject.assistedinject Extension for combining factory interfaces with injection; this extension requires guice-jndi-2.0.jar.
com.google.inject.binder Interfaces which make up Binder's expression language.
com.google.inject.jndi JNDI integration; this extension requires guice-jndi-2.0.jar.
com.google.inject.matcher Used for matching things.
com.google.inject.multibindings Extension for binding multiple instances in a collection; this extension requires guice-multibindings-2.0.jar.
com.google.inject.name Support for binding to string-based names.
com.google.inject.servlet Servlet API scopes, bindings and registration; this extension requires guice-servlet-2.0.jar.
com.google.inject.spi Guice service provider interface
com.google.inject.spring Spring integration; this extension requires guice-spring-2.0.jar.
com.google.inject.struts2  
com.google.inject.throwingproviders Extension for injecting objects that may throw at provision time; this extension requires guice-throwingproviders-2.0.jar.
com.google.inject.tools.jmx JMX integration; this extension requires guice-jmx-2.0.jar.
com.google.inject.util Helper methods for working with Guice.

 



Copyright 2009 Google Inc. All Rights Reserved.