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

Method requireBinding

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

Instructs Guice to require a binding to the given key.

(Key<?> key)

Source from the content-addressed store, hash-verified

212
213 /** Instructs Guice to require a binding to the given key. */
214 protected final void requireBinding(Key<?> key) {
215 binder().getProvider(key);
216 }
217
218 /** Instructs Guice to require a binding to the given type. */
219 protected final void requireBinding(Class<?> type) {

Callers 3

configureMethod · 0.45
configureMethod · 0.45
configureMethod · 0.45

Calls 2

binderMethod · 0.95
getProviderMethod · 0.65

Tested by 2

configureMethod · 0.36
configureMethod · 0.36