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

Method bindScope

core/src/com/google/inject/AbstractModule.java:80–82  ·  view source on GitHub ↗

@see Binder#bindScope(Class, Scope)

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

Source from the content-addressed store, hash-verified

78
79 /** @see Binder#bindScope(Class, Scope) */
80 protected void bindScope(Class<? extends Annotation> scopeAnnotation, Scope scope) {
81 binder().bindScope(scopeAnnotation, scope);
82 }
83
84 /** @see Binder#bind(Key) */
85 protected <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