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

All Superinterfaces:
Binding<T>

public interface ConstantBinding<T>
extends Binding<T>

A binding to a constant.


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

Method Detail

getValue

T getValue()
Gets the constant value associated with this binding.