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

All Superinterfaces:
Binding<T>

public interface ProviderBinding<T>
extends Binding<T>

A binding to a provider which is also bound.


Method Summary
 Binding<? extends Provider<? extends T>> getProviderBinding()
          Gets the binding for the provider of this binding.
 
Methods inherited from interface com.google.inject.Binding
accept, getKey, getProvider, getScope, getSource
 

Method Detail

getProviderBinding

Binding<? extends Provider<? extends T>> getProviderBinding()
Gets the binding for the provider of this binding.