public static interface WireModule.Strategy
Modifier and Type | Field and Description |
---|---|
static WireModule.Strategy |
DEFAULT
Default wiring strategy; route all unresolved dependencies to the
BeanLocator . |
Modifier and Type | Method and Description |
---|---|
Wiring |
wiring(com.google.inject.Binder binder)
Selects the
Wiring to be used for the given Binder . |
static final WireModule.Strategy DEFAULT
BeanLocator
.Copyright © 2023. All rights reserved.