Binds a scope to an annotation.
(Class<? extends Annotation> annotationType, Scope scope)
| 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); |
no outgoing calls