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