@see Binder#bindScope(Class, Scope)
(Class<? extends Annotation> scopeAnnotation, Scope scope)
| 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) { |