Package org.eclipse.sisu.wire
Interface Wiring
- All Known Implementing Classes:
LocatorWiring
public interface Wiring
Something that can supply bindings for unresolved dependency
Key
s.-
Method Summary
Modifier and TypeMethodDescriptionboolean
wire
(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:
true
if the wiring succeeded; otherwisefalse
-