Uses of Interface
com.google.inject.binder.AnnotatedBindingBuilder
Packages that use AnnotatedBindingBuilder
Package
Description
Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework.
Guice (sounds like "juice")
-
Uses of AnnotatedBindingBuilder in com.google.inject
Methods in com.google.inject that return AnnotatedBindingBuilderModifier and TypeMethodDescriptionprotected <T> AnnotatedBindingBuilder<T> AbstractModule.bind(TypeLiteral<T> typeLiteral) protected <T> AnnotatedBindingBuilder<T> SeeBinder.bind(Class).<T> AnnotatedBindingBuilder<T> Binder.bind(TypeLiteral<T> typeLiteral) See the EDSL examples atBinder.<T> AnnotatedBindingBuilder<T> See the EDSL examples atBinder.protected final <T> AnnotatedBindingBuilder<T> PrivateModule.bind(TypeLiteral<T> typeLiteral) protected final <T> AnnotatedBindingBuilder<T> -
Uses of AnnotatedBindingBuilder in com.google.inject.internal
Classes in com.google.inject.internal that implement AnnotatedBindingBuilder