Package | Description |
---|---|
bayou.od |
A simple library for Service Locator pattern.
|
Modifier and Type | Method and Description |
---|---|
<T> OD.Supplier<? extends T> |
OD.Binding.map(ClassType<T> type,
Object... tags)
Map (type,tags) to a supplier.
|
Modifier and Type | Method and Description |
---|---|
OD.Binding |
OD.BindingBuilder.to(OD.Supplier<? extends T> supplier)
Create a Binding to a supplier of T.
|