com.google.inject.spi.LinkedKeyBinding<T> |
A binding to a linked key. The other key's binding is used to resolve injections.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the linked key used to resolve injections.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.google.inject.Binding
| |||||||||||
From interface
com.google.inject.spi.Element
|
Returns the linked key used to resolve injections. That binding can be retrieved from an
injector using Injector.getBinding(key)
.