com.google.inject
Class ContainerBuilder.LinkedBindingBuilder<T>

java.lang.Object
  extended by com.google.inject.ContainerBuilder.LinkedBindingBuilder<T>
Enclosing class:
ContainerBuilder

public class ContainerBuilder.LinkedBindingBuilder<T>
extends java.lang.Object

Links one binding to another.


Method Summary
 void to(Key<? extends T> destination)
          Links to another binding with the given key.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

to

public void to(Key<? extends T> destination)
Links to another binding with the given key.