| 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.acceptScopingVisitor(BindingScopingVisitor
Accepts a scoping visitor.
|
| Modifier and Type | Method and Description |
|---|---|
<V> V |
BindingImpl.acceptScopingVisitor(BindingScopingVisitor
|
abstract <V> V |
Scoping.acceptVisitor(BindingScopingVisitor
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBindingScopingVisitor<V>
No-op visitor for subclassing.
|