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