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

All Superinterfaces:
Binding<T>

public interface LinkedBinding<T>
extends Binding<T>

A binding that links to another binding.


Method Summary
 Binding<? extends T> getTarget()
          Gets the target of this link.
 
Methods inherited from interface com.google.inject.Binding
accept, getKey, getProvider, getScope, getSource
 

Method Detail

getTarget

Binding<? extends T> getTarget()
Gets the target of this link.