Uses of Package
com.google.inject.binder
-
Packages that use com.google.inject.binder Package Description com.google.inject Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework.com.google.inject.binder Interfaces which make upBinder
's expression language.com.google.inject.multibindings Extension for binding multiple instances in a collection; this extension requiresguice-multibindings.jar
.com.google.inject.throwingproviders Extension for injecting objects that may throw at provision time; this extension requiresguice-throwingproviders.jar
. -
Classes in com.google.inject.binder used by com.google.inject Class Description AnnotatedBindingBuilder See the EDSL examples atBinder
.AnnotatedConstantBindingBuilder See the EDSL examples atBinder
.AnnotatedElementBuilder See the EDSL examples atBinder
.LinkedBindingBuilder See the EDSL examples atBinder
. -
Classes in com.google.inject.binder used by com.google.inject.binder Class Description ConstantBindingBuilder Binds to a constant value.LinkedBindingBuilder See the EDSL examples atBinder
.ScopedBindingBuilder See the EDSL examples atBinder
. -
Classes in com.google.inject.binder used by com.google.inject.multibindings Class Description LinkedBindingBuilder See the EDSL examples atBinder
. -
Classes in com.google.inject.binder used by com.google.inject.throwingproviders Class Description ScopedBindingBuilder See the EDSL examples atBinder
.