Package | Description |
---|---|
com.google.inject.internal |
Guice (sounds like "juice")
|
Modifier and Type | Class and Description |
---|---|
class |
ExposedBindingImpl<T> |
class |
LinkedBindingImpl<T> |
Modifier and Type | Method and 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) |
BindingImpl<T> |
LinkedBindingImpl.withKey(Key<T> key) |
protected BindingImpl<T> |
BindingImpl.withKey(Key<T> key) |
BindingImpl<T> |
LinkedBindingImpl.withScoping(Scoping scoping) |
protected BindingImpl<T> |
BindingImpl.withScoping(Scoping scoping) |
Modifier and Type | Method and Description |
---|---|
protected BindingImpl<T> |
AbstractBindingBuilder.setBinding(BindingImpl<T> binding) |
Copyright © 2006–2018 Google, Inc.. All rights reserved.