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

Method requestInjection

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

@see Binder#requestInjection(Object)

(Object instance)

Source from the content-addressed store, hash-verified

191
192 /** @see Binder#requestInjection(Object) */
193 protected final void requestInjection(Object instance) {
194 binder().requestInjection(instance);
195 }
196
197 /** @see Binder#requestStaticInjection(Class[]) */
198 protected final void requestStaticInjection(Class<?>... types) {

Callers

nothing calls this directly

Calls 2

binderMethod · 0.95
requestInjectionMethod · 0.65

Tested by

no test coverage detected