Uses of Interface
com.google.inject.binder.AnnotatedBindingBuilder
-
Packages that use AnnotatedBindingBuilder Package Description com.google.inject Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework.com.google.inject.internal Guice (sounds like "juice") -
-
Uses of AnnotatedBindingBuilder in com.google.inject
Methods in com.google.inject that return AnnotatedBindingBuilder Modifier and Type Method Description protected <T> AnnotatedBindingBuilder<T>
AbstractModule. bind(TypeLiteral<T> typeLiteral)
protected <T> AnnotatedBindingBuilder<T>
AbstractModule. bind(java.lang.Class<T> clazz)
<T> AnnotatedBindingBuilder<T>
Binder. bind(TypeLiteral<T> typeLiteral)
See the EDSL examples atBinder
.<T> AnnotatedBindingBuilder<T>
Binder. bind(java.lang.Class<T> type)
See the EDSL examples atBinder
.protected <T> AnnotatedBindingBuilder<T>
PrivateModule. bind(TypeLiteral<T> typeLiteral)
protected <T> AnnotatedBindingBuilder<T>
PrivateModule. bind(java.lang.Class<T> clazz)
-
Uses of AnnotatedBindingBuilder in com.google.inject.internal
Classes in com.google.inject.internal that implement AnnotatedBindingBuilder Modifier and Type Class Description class
BindingBuilder<T>
Bind a non-constant key.
-