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

Method bindScope

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

@see Binder#bindScope(Class, Scope)

(Class<? extends Annotation> scopeAnnotation, Scope scope)

Source from the content-addressed store, hash-verified

146
147 /** @see Binder#bindScope(Class, Scope) */
148 protected final void bindScope(Class<? extends Annotation> scopeAnnotation, Scope scope) {
149 binder().bindScope(scopeAnnotation, scope);
150 }
151
152 /** @see Binder#bind(Key) */
153 protected final <T> LinkedBindingBuilder<T> bind(Key<T> key) {

Callers

nothing calls this directly

Calls 2

binderMethod · 0.95
bindScopeMethod · 0.65

Tested by

no test coverage detected