@see Binder#bind(Key)
(Key<T> key)
| 151 | |
| 152 | /** @see Binder#bind(Key) */ |
| 153 | protected final <T> LinkedBindingBuilder<T> bind(Key<T> key) { |
| 154 | return binder().bind(key); |
| 155 | } |
| 156 | |
| 157 | /** @see Binder#bind(TypeLiteral) */ |
| 158 | protected final <T> AnnotatedBindingBuilder<T> bind(TypeLiteral<T> typeLiteral) { |