Package com.google.inject.spi
Interface LinkedKeyBinding<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Key<? extends T>
getLinkedKey()
Returns the linked key used to resolve injections.-
Methods inherited from interface com.google.inject.Binding
acceptScopingVisitor, acceptTargetVisitor, getKey, getProvider
-
Methods inherited from interface com.google.inject.spi.Element
acceptVisitor, applyTo, getSource
-
-
-
-
Method Detail
-
getLinkedKey
Key<? extends T> getLinkedKey()
Returns the linked key used to resolve injections. That binding can be retrieved from an injector usingInjector.getBinding(key)
.
-
-