See the EDSL examples at Binder.
(Key<T> key)
| 216 | |
| 217 | /** See the EDSL examples at {@link Binder}. */ |
| 218 | <T> LinkedBindingBuilder<T> bind(Key<T> key); |
| 219 | |
| 220 | /** See the EDSL examples at {@link Binder}. */ |
| 221 | <T> AnnotatedBindingBuilder<T> bind(TypeLiteral<T> typeLiteral); |
no outgoing calls