Package org.eclipse.sisu.wire
Class LocatorWiring
java.lang.Object
org.eclipse.sisu.wire.LocatorWiring
- All Implemented Interfaces:
Wiring
Adds
BeanLocator
-backed bindings for unresolved bean dependencies.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
wire
(com.google.inject.Key<?> key) Attempts to satisfy the given dependency by applying a local binding.
-
Constructor Details
-
LocatorWiring
public LocatorWiring(com.google.inject.Binder binder)
-
-
Method Details