Uses of Class
com.google.inject.spi.Dependency

Packages that use Dependency
com.google.inject.spi Guice service provider interface 
 

Uses of Dependency in com.google.inject.spi
 

Methods in com.google.inject.spi that return Dependency
static
<T> Dependency<T>
Dependency.get(Key<T> key)
          Returns a new dependency that is not attached to an injection point.
 

Methods in com.google.inject.spi that return types with arguments of type Dependency
 List<Dependency<?>> InjectionPoint.getDependencies()
          Returns the dependencies for this injection point.
 



Copyright 2008 Google Inc. All Rights Reserved.