Uses of Interface
com.google.inject.binder.AnnotatedBindingBuilder

Packages that use AnnotatedBindingBuilder
com.google.inject Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework. 
com.google.inject.internal Guice (sounds like like "juice") 
 

Uses of AnnotatedBindingBuilder in com.google.inject
 

Methods in com.google.inject that return AnnotatedBindingBuilder
<T> AnnotatedBindingBuilder<T>
Binder.bind(java.lang.Class<T> type)
          See the EDSL examples at Binder.
protected
<T> AnnotatedBindingBuilder<T>
PrivateModule.bind(java.lang.Class<T> clazz)
           
protected
<T> AnnotatedBindingBuilder<T>
AbstractModule.bind(java.lang.Class<T> clazz)
           
<T> AnnotatedBindingBuilder<T>
Binder.bind(TypeLiteral<T> typeLiteral)
          See the EDSL examples at Binder.
protected
<T> AnnotatedBindingBuilder<T>
PrivateModule.bind(TypeLiteral<T> typeLiteral)
           
protected
<T> AnnotatedBindingBuilder<T>
AbstractModule.bind(TypeLiteral<T> typeLiteral)
           
 

Uses of AnnotatedBindingBuilder in com.google.inject.internal
 

Classes in com.google.inject.internal that implement AnnotatedBindingBuilder
 class BindingBuilder<T>
          Bind a non-constant key.
 



Copyright © 2011. All Rights Reserved.