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

Method bind

core/src/com/google/inject/Binder.java:218–218  ·  view source on GitHub ↗

See the EDSL examples at Binder.

(Key<T> key)

Source from the content-addressed store, hash-verified

216
217 /** See the EDSL examples at {@link Binder}. */
218 <T> LinkedBindingBuilder<T> bind(Key<T> key);
219
220 /** See the EDSL examples at {@link Binder}. */
221 <T> AnnotatedBindingBuilder<T> bind(TypeLiteral<T> typeLiteral);

Callers 15

configureMethod · 0.95
configureMethod · 0.65
configureMethod · 0.65
configureMethod · 0.65
configureMethod · 0.65
configureMethod · 0.65
configureMethod · 0.65
configureMethod · 0.65
configureMethod · 0.65
configureMethod · 0.65
configureMethod · 0.65
configureMethod · 0.65

Implementers 1

RecordingBindercore/src/com/google/inject/spi/Element

Calls

no outgoing calls

Tested by 15

configureMethod · 0.52
configureMethod · 0.52
configureMethod · 0.52
configureMethod · 0.52
configureMethod · 0.52
configureMethod · 0.52
configureMethod · 0.52
configureMethod · 0.52
configureMethod · 0.52
configureMethod · 0.52
configureMethod · 0.52
configureMethod · 0.52