Uses of Package
com.google.inject.binder

Packages that use com.google.inject.binder
com.google.inject Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework. 
com.google.inject.binder Interfaces which make up Binder's expression language. 
com.google.inject.multibindings Extension for binding multiple instances in a collection. 
com.google.inject.spi Guice service provider interface 
com.google.inject.throwingproviders Extension for injecting objects that may throw at provision time. 
 

Classes in com.google.inject.binder used by com.google.inject
AnnotatedBindingBuilder
          See the EDSL examples at Binder.
AnnotatedConstantBindingBuilder
          See the EDSL examples at Binder.
AnnotatedElementBuilder
          See the EDSL examples at Binder.
LinkedBindingBuilder
          See the EDSL examples at Binder.
PrivateBinder
          Returns a binder whose configuration information is hidden from its environment by default.
 

Classes in com.google.inject.binder used by com.google.inject.binder
AnnotatedElementBuilder
          See the EDSL examples at Binder.
ConstantBindingBuilder
          Binds to a constant value.
LinkedBindingBuilder
          See the EDSL examples at Binder.
PrivateBinder
          Returns a binder whose configuration information is hidden from its environment by default.
ScopedBindingBuilder
          See the EDSL examples at Binder.
 

Classes in com.google.inject.binder used by com.google.inject.multibindings
LinkedBindingBuilder
          See the EDSL examples at Binder.
 

Classes in com.google.inject.binder used by com.google.inject.spi
PrivateBinder
          Returns a binder whose configuration information is hidden from its environment by default.
ScopedBindingBuilder
          See the EDSL examples at Binder.
 

Classes in com.google.inject.binder used by com.google.inject.throwingproviders
ScopedBindingBuilder
          See the EDSL examples at Binder.
 



Copyright 2008 Google Inc. All Rights Reserved.