|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
void to(Key<? extends T> destination)
void to(Class<? extends T> destination)
void to(TypeLiteral<? extends T> destination)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |