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

All Superinterfaces:
Binding<T>, HasDependencies

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

A binding to a single instance.


Method Summary
 T getInstance()
          Gets the instance associated with this binding.
 
Methods inherited from interface com.google.inject.Binding
accept, getKey, getProvider, getScope, getSource
 

Method Detail

getInstance

T getInstance()
Gets the instance associated with this binding.