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

Method expose

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

Makes the binding for key available to other modules and the injector.

(Key<T> key)

Source from the content-addressed store, hash-verified

115
116 /** Makes the binding for {@code key} available to other modules and the injector. */
117 protected final <T> void expose(Key<T> key) {
118 binder().expose(key);
119 }
120
121 /**
122 * Makes a binding for {@code type} available to other modules and the injector. Use {@link

Callers

nothing calls this directly

Calls 2

binderMethod · 0.95
exposeMethod · 0.65

Tested by

no test coverage detected