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.
com.google.inject.binder Interfaces which make up Binder's expression language.
com.google.inject.jndi JNDI integration
com.google.inject.matcher Used for matching things.
com.google.inject.multibindings Extension for binding multiple instances in a collection.
com.google.inject.name Support for binding to string-based names.
com.google.inject.servlet Servlet API scopes and bindings.
com.google.inject.spi Guice service provider interface
com.google.inject.spring Spring integration
com.google.inject.throwingproviders Extension for injecting objects that may throw at provision time.
com.google.inject.tools.jmx JMX integration
com.google.inject.util