MCPcopy Index your code
hub / github.com/google/guice / bind

Method bind

core/src/com/google/inject/PrivateModule.java:153–155  ·  view source on GitHub ↗

@see Binder#bind(Key)

(Key<T> key)

Source from the content-addressed store, hash-verified

151
152 /** @see Binder#bind(Key) */
153 protected final <T> LinkedBindingBuilder<T> bind(Key<T> key) {
154 return binder().bind(key);
155 }
156
157 /** @see Binder#bind(TypeLiteral) */
158 protected final <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