java.lang.Object |
↳ |
com.google.inject.grapher.TransitiveDependencyVisitor |
Class Overview
BindingTargetVisitor
that returns a Collection of the
Key
s of each Binding's dependencies. Used by
InjectorGropher to walk the dependency graph from a starting set of
Bindings.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0)
|
final
void
|
wait(long arg0, int arg1)
|
|
From interface
com.google.inject.spi.BindingTargetVisitor
|
Public Constructors
public
TransitiveDependencyVisitor
()
Public Methods