com.google.inject
Class ContainerBuilder.LinkedBindingBuilder<T>
java.lang.Object
com.google.inject.ContainerBuilder.LinkedBindingBuilder<T>
- Enclosing class:
- ContainerBuilder
public class ContainerBuilder.LinkedBindingBuilder<T>
- extends 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 |
to
public void to(Key<? extends T> destination)
- Links to another binding with the given key.