Uses of Interface
com.google.inject.spi.HasDependencies

Packages that use HasDependencies
com.google.inject.assistedinject Extension for combining factory interfaces with injection; this extension requires guice-assistedinject-3.0.jar
com.google.inject.internal Guice (sounds like like "juice") 
com.google.inject.spi Guice service provider interface 
 

Uses of HasDependencies in com.google.inject.assistedinject
 

Classes in com.google.inject.assistedinject that implement HasDependencies
 class FactoryProvider<F>
          Deprecated. use FactoryModuleBuilder instead.
 

Uses of HasDependencies in com.google.inject.internal
 

Classes in com.google.inject.internal that implement HasDependencies
 class ExposedBindingImpl<T>
           
 class LinkedBindingImpl<T>
           
 class ProviderMethod<T>
          A provider that invokes a method and returns its result.
 

Uses of HasDependencies in com.google.inject.spi
 

Subinterfaces of HasDependencies in com.google.inject.spi
 interface ConstructorBinding<T>
          A binding to the constructor of a concrete clss.
 interface ConvertedConstantBinding<T>
          A binding created from converting a bound instance to a new type.
 interface ExposedBinding<T>
          A binding to a key exposed from an enclosed private environment.
 interface InstanceBinding<T>
          A binding to a single instance.
 interface ProviderInstanceBinding<T>
          A binding to a provider instance.
 interface ProviderWithDependencies<T>
          A provider with dependencies on other injected types.
 



Copyright © 2006-2011 Google, Inc.. All Rights Reserved.