Uses of Interface
com.google.inject.Binding

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

Uses of Binding in com.google.inject
 

Methods in com.google.inject that return Binding
<T> Binding<T>
Injector.getBinding(Key<T> key)
          Gets a binding for the given key.
 

Methods in com.google.inject that return types with arguments of type Binding
<T> java.util.List<Binding<T>>
Injector.findBindingsByType(TypeLiteral<T> type)
          Finds all bindings to the given type.
 java.util.Map<Key<?>,Binding<?>> Injector.getBindings()
          Gets all explicit bindings.
 



Copyright © {inceptionYear}-2008 null. All Rights Reserved.