Wiringpublic final class LocatorWiring extends java.lang.Object implements Wiring
BeanLocator-backed bindings for unresolved bean dependencies.| Constructor | Description |
|---|---|
LocatorWiring(com.google.inject.Binder binder) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
wire(com.google.inject.Key<?> key) |
Attempts to satisfy the given dependency by applying a local binding.
|