Package | Description |
---|---|
com.google.inject.grapher | |
com.google.inject.internal |
Guice (sounds like like "juice")
|
com.google.inject.spi |
Guice service provider interface
|
Modifier and Type | Method and Description |
---|---|
Void |
GraphingVisitor.visit(ExposedBinding<?> binding)
Currently not displayed on the graph.
|
Collection<Key<?>> |
TransitiveDependencyVisitor.visit(ExposedBinding<?> binding) |
Modifier and Type | Class and Description |
---|---|
class |
ExposedBindingImpl<T> |
Modifier and Type | Method and Description |
---|---|
V |
BindingTargetVisitor.visit(ExposedBinding<? extends T> binding)
Visit a binding to a key exposed from an enclosed private environment.
|
V |
DefaultBindingTargetVisitor.visit(ExposedBinding<? extends T> exposedBinding) |
Copyright © 2006-2012 Google, Inc.. All Rights Reserved.