Package org.eclipse.sisu.wire
Interface Wiring
-
- All Known Implementing Classes:
LocatorWiring
public interface WiringSomething that can supply bindings for unresolved dependencyKeys.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanwire(com.google.inject.Key<?> key)Attempts to satisfy the given dependency by applying a local binding.
-