|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed from a class to an interface. Changed from non-abstract to abstract.
Removed Constructors | |
BindingTargetVisitor<Object, |
Removed Methods | |
void graph() |
Renders a graph with the bound Renderer. |
InjectorGrapher of(Injector ) |
Sets the Injector to graph. |
InjectorGrapher rootedAt(Key[] ) |
Sets an initial group of Keys to use as the starting point for the graph. |
InjectorGrapher rootedAt(Class[] ) |
Sets an initial group of Classes to use as the starting point for the graph. |
Added Methods | |
void graph(Injector ) |
Graphs the guice dependency graph for the given injector using default starting keys. |
void graph(Injector, |
Graphs the guice dependency graph for the given injector using the given starting keys and their transitive dependencies. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |