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

Method bindScope

core/src/com/google/inject/Binder.java:215–215  ·  view source on GitHub ↗

Binds a scope to an annotation.

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

Source from the content-addressed store, hash-verified

213
214 /** Binds a scope to an annotation. */
215 void bindScope(Class<? extends Annotation> annotationType, Scope scope);
216
217 /** See the EDSL examples at {@link Binder}. */
218 <T> LinkedBindingBuilder<T> bind(Key<T> key);

Callers 15

configureMethod · 0.65
configureMethod · 0.65
configureMethod · 0.65
configureMethod · 0.65
configureMethod · 0.65
configureMethod · 0.65
configureMethod · 0.65
configureMethod · 0.65
configureMethod · 0.65
configureMethod · 0.65
configureMethod · 0.65
bindScopeMethod · 0.65

Implementers 1

RecordingBindercore/src/com/google/inject/spi/Element

Calls

no outgoing calls

Tested by 15

configureMethod · 0.52
configureMethod · 0.52
configureMethod · 0.52
configureMethod · 0.52
configureMethod · 0.52
configureMethod · 0.52
configureMethod · 0.52
configureMethod · 0.52
configureMethod · 0.52
configureMethod · 0.52
configureMethod · 0.52
configureMethod · 0.52