com.google.inject.spi
Interface ProviderInstanceBinding<T>

All Superinterfaces:
Binding<T>, HasDependencies

public interface ProviderInstanceBinding<T>
extends Binding<T>, HasDependencies

A binding to a single provider instance.


Method Summary
 Provider<? extends T> getProviderInstance()
          Gets the raw (unscoped) provider instance associated with this binding.
 
Methods inherited from interface com.google.inject.Binding
accept, getKey, getProvider, getScope, getSource
 

Method Detail

getProviderInstance

Provider<? extends T> getProviderInstance()
Gets the raw (unscoped) provider instance associated with this binding.