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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Returns the linked key used to resolve injections. That binding can be retrieved from an
injector using Injector.getBinding(key)
.