com.google.inject.binder
Interface LinkedBindingBuilder<T>


public interface LinkedBindingBuilder<T>

Javadoc.


Method Summary
 void to(Class<? extends T> destination)
          Links to another binding with the given type.
 void to(Key<? extends T> destination)
          Links to another binding with the given key.
 void to(TypeLiteral<? extends T> destination)
          Links to another binding with the given type.
 

Method Detail

to

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


to

void to(Class<? extends T> destination)
Links to another binding with the given type.


to

void to(TypeLiteral<? extends T> destination)
Links to another binding with the given type.