Package org.eclipse.sisu.wire
Class LocatorWiring
- java.lang.Object
-
- org.eclipse.sisu.wire.LocatorWiring
-
- All Implemented Interfaces:
Wiring
public final class LocatorWiring extends Object implements Wiring
AddsBeanLocator
-backed bindings for unresolved bean dependencies.
-
-
Constructor Summary
Constructors Constructor Description LocatorWiring(com.google.inject.Binder binder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
wire(com.google.inject.Key<?> key)
Attempts to satisfy the given dependency by applying a local binding.
-