Package | Description |
---|---|
com.google.inject |
Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework.
|
com.google.inject.internal |
Guice (sounds like "juice")
|
com.google.inject.spi |
Guice service provider interface
|
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 |
---|---|
class |
DefaultBindingScopingVisitor<V>
No-op visitor for subclassing.
|
Copyright © 2006–2018 Google, Inc.. All rights reserved.