Package | Description |
---|---|
com.google.inject.internal |
Guice (sounds like "juice")
|
Modifier and Type | Class | Description |
---|---|---|
class |
ExposedBindingImpl<T> |
|
class |
LinkedBindingImpl<T> |
Modifier and Type | Method | Description |
---|---|---|
protected BindingImpl<T> |
AbstractBindingBuilder.annotatedWithInternal(Annotation annotation) |
Sets the binding to a copy with the specified annotation on the bound key
|
protected BindingImpl<T> |
AbstractBindingBuilder.annotatedWithInternal(Class<? extends Annotation> annotationType) |
Sets the binding to a copy with the specified annotation on the bound key
|
protected BindingImpl<T> |
AbstractBindingBuilder.getBinding() |
|
protected BindingImpl<T> |
AbstractBindingBuilder.setBinding(BindingImpl<T> binding) |
|
protected BindingImpl<T> |
BindingImpl.withKey(Key<T> key) |
|
BindingImpl<T> |
LinkedBindingImpl.withKey(Key<T> key) |
|
protected BindingImpl<T> |
BindingImpl.withScoping(Scoping scoping) |
|
BindingImpl<T> |
LinkedBindingImpl.withScoping(Scoping scoping) |
Modifier and Type | Method | Description |
---|---|---|
protected BindingImpl<T> |
AbstractBindingBuilder.setBinding(BindingImpl<T> binding) |
Copyright © 2006–2018 Google, Inc.. All rights reserved.