Package org.eclipse.sisu.wire
Interface Wiring
- All Known Implementing Classes:
LocatorWiring
public interface Wiring
Something that can supply bindings for unresolved dependency
Keys.-
Method Summary
Modifier and TypeMethodDescriptionbooleanwire(com.google.inject.Key<?> key) Attempts to satisfy the given dependency by applying a local binding.
-
Method Details
-
wire
boolean wire(com.google.inject.Key<?> key) Attempts to satisfy the given dependency by applying a local binding.- Parameters:
key- The dependency key- Returns:
trueif the wiring succeeded; otherwisefalse
-