MCPcopy Create free account
hub / github.com/google/guice / bind

Method bind

core/src/com/google/inject/AbstractModule.java:85–87  ·  view source on GitHub ↗

@see Binder#bind(Key)

(Key<T> key)

Source from the content-addressed store, hash-verified

83
84 /** @see Binder#bind(Key) */
85 protected <T> LinkedBindingBuilder<T> bind(Key<T> key) {
86 return binder().bind(key);
87 }
88
89 /** See {@link Binder#bind(TypeLiteral)}. */
90 protected <T> AnnotatedBindingBuilder<T> bind(TypeLiteral<T> typeLiteral) {

Callers

nothing calls this directly

Calls 2

binderMethod · 0.95
bindMethod · 0.65

Tested by

no test coverage detected