| Package | Description |
|---|---|
| com.google.inject |
Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework.
|
| com.google.inject.internal |
Guice (sounds like like "juice")
|
| com.google.inject.spi |
Guice service provider interface
|
| Modifier and Type | Method and Description |
|---|---|
<V> V |
Binding.acceptTargetVisitor(BindingTargetVisitor
Accepts a target visitor.
|
| Modifier and Type | Method and Description |
|---|---|
<B |
ProviderMethod.acceptExtensionVisitor(BindingTargetVisitor
|
<V> V |
ExposedBindingImpl.acceptTargetVisitor(BindingTargetVisitor
|
<V> V |
LinkedBindingImpl.acceptTargetVisitor(BindingTargetVisitor
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProvidesMethodTargetVisitor<T
A visitor for the @
Provides bindings.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBindingTargetVisitor<T
No-op visitor for subclassing.
|
| Modifier and Type | Method and Description |
|---|---|
<B |
ProviderWithExtensionVisitor.acceptExtensionVisitor(BindingTargetVisitor
Instructs the extension determine if the visitor is an instance of a custom extension visitor, and if so, visit it using that method.
|