Use {@link #of(Injector)} to specify the {@link Injector} to use, and{@link graph()} to graph the {@link Injector} using the currently-bound{@link Renderer}.
By default, this will graph the entire {@link Injector}. Use {@link #rootedAt(Class)} to specify an initial set of {@link Class}es to use, and this will graph their transitive bindings and dependencies. @author phopkins@gmail.com (Pete Hopkins)
|
|