| 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.multibindings |
Extension for binding multiple instances in a collection; this extension requires
guice-multibindings.jar. |
| com.google.inject.spi |
Guice service provider interface
|
| Modifier and Type | Field and Description |
|---|---|
private static BindingScopingVisitor<java.lang.Boolean> |
Scopes.IS_SINGLETON_VISITOR |
| Modifier and Type | Method and Description |
|---|---|
<V> V |
Binding.acceptScopingVisitor(BindingScopingVisitor<V> visitor)
Accepts a scoping visitor.
|
| Modifier and Type | Method and Description |
|---|---|
<V> V |
BindingImpl.acceptScopingVisitor(BindingScopingVisitor<V> visitor) |
abstract <V> V |
Scoping.acceptVisitor(BindingScopingVisitor<V> visitor) |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
Indexer
Visits bindings to return a
IndexedBinding that can be used to emulate the binding
deduplication that Guice internally performs. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBindingScopingVisitor<V>
No-op visitor for subclassing.
|