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. 
 

Uses of AnnotatedBindingBuilder in com.google.inject
 

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



Copyright 2008 Google Inc. All Rights Reserved.