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

All Superinterfaces:
Binding<T>, HasDependencies

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

A binding to a concrete, injectable class. Instantiates new instances of the class and injects its members.


Method Summary
 Class<T> getBoundClass()
          Gets the class associated with this binding.
 
Methods inherited from interface com.google.inject.Binding
accept, getKey, getProvider, getScope, getSource
 

Method Detail

getBoundClass

Class<T> getBoundClass()
Gets the class associated with this binding.