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

Packages that use LinkedKeyBinding
com.google.inject.grapher   
com.google.inject.internal Guice (sounds like like "juice") 
com.google.inject.spi Guice service provider interface 
 

Uses of LinkedKeyBinding in com.google.inject.grapher
 

Methods in com.google.inject.grapher with parameters of type LinkedKeyBinding
 Void GraphingVisitor.visit(LinkedKeyBinding<?> binding)
          Visitor for LinkedKeyBinding.
 Collection<Key<?>> TransitiveDependencyVisitor.visit(LinkedKeyBinding<?> binding)
           
 

Uses of LinkedKeyBinding in com.google.inject.internal
 

Classes in com.google.inject.internal that implement LinkedKeyBinding
 class LinkedBindingImpl<T>
           
 

Uses of LinkedKeyBinding in com.google.inject.spi
 

Methods in com.google.inject.spi with parameters of type LinkedKeyBinding
 V DefaultBindingTargetVisitor.visit(LinkedKeyBinding<? extends T> linkedKeyBinding)
           
 V BindingTargetVisitor.visit(LinkedKeyBinding<? extends T> binding)
          Visit a linked key binding.
 



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