| Package | Description |
|---|---|
| com.google.inject.internal |
Guice (sounds like like "juice")
|
| Modifier and Type | Field and Description |
|---|---|
static Scoping |
Scoping.EAGER_SINGLETON
|
static Scoping |
Scoping.SINGLETON_ANNOTATION
|
static Scoping |
Scoping.SINGLETON_INSTANCE
|
static Scoping |
Scoping.UNSCOPED
No scoping annotation has been applied.
|
| Modifier and Type | Method and Description |
|---|---|
static Scoping |
Scoping.forAnnotation(Class
|
static Scoping |
Scoping.forInstance(Scope
|
Scoping |
BindingImpl.getScoping()
|
| Modifier and Type | Method and Description |
|---|---|
BindingImpl |
LinkedBindingImpl.withScoping(Scoping
|
protected BindingImpl |
BindingImpl.withScoping(Scoping
|
| Constructor and Description | |
|---|---|
BindingImpl(com
|
|
BindingImpl(Object
|
|
LinkedBindingImpl(com
|
|
LinkedBindingImpl(Object
|