| com.google.inject.spi.ProviderKeyBinding<T> | 
A binding to a provider key. To resolve injections, the provider key is first resolved, then that
 provider's get method is invoked.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the key used to resolve the provider's binding. 
  
   | |||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From interface
  com.google.inject.Binding
 | |||||||||||
   
From interface
  com.google.inject.spi.Element
 | |||||||||||
Returns the key used to resolve the provider's binding. That binding can be retrieved from an
 injector using Injector.getBinding(providerKey)