public class ServiceBindingHelper extends Object
bind(ServiceBindingKey.of(MyService.class, "/my_path")).to(MyService.class);
| Modifier and Type | Method and Description |
|---|---|
static <T> com.google.inject.Key<T> |
bindingKey(Class<T> clazz,
String path) |
Copyright © 2012–2016 Codenvy, S.A.. All rights reserved.