@see Binder#bind(Key)
(Key<T> key)
| 83 | |
| 84 | /** @see Binder#bind(Key) */ |
| 85 | protected <T> LinkedBindingBuilder<T> bind(Key<T> key) { |
| 86 | return binder().bind(key); |
| 87 | } |
| 88 | |
| 89 | /** See {@link Binder#bind(TypeLiteral)}. */ |
| 90 | protected <T> AnnotatedBindingBuilder<T> bind(TypeLiteral<T> typeLiteral) { |