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. -
-
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(Class<T> clazz)
SeeBinder.bind(Class)
.<T> AnnotatedBindingBuilder<T>
Binder. bind(TypeLiteral<T> typeLiteral)
See the EDSL examples atBinder
.<T> AnnotatedBindingBuilder<T>
Binder. bind(Class<T> type)
See the EDSL examples atBinder
.protected <T> AnnotatedBindingBuilder<T>
PrivateModule. bind(TypeLiteral<T> typeLiteral)
protected <T> AnnotatedBindingBuilder<T>
PrivateModule. bind(Class<T> clazz)
-