| Package | Description |
|---|---|
| org.eclipse.sisu.inject |
Dynamic bean lookup across multiple injectors.
|
| Modifier and Type | Method | Description |
|---|---|---|
static <Q extends java.lang.annotation.Annotation,T,W> |
Legacy.adapt(Mediator<Q,T,W> delegate) |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
<Q extends java.lang.annotation.Annotation,T,W> |
BeanLocator.watch(com.google.inject.Key<T> key,
Mediator<Q,T,W> mediator,
W watcher) |
Tracks bean implementations that match the given qualified binding
Key. |
void |
DefaultBeanLocator.watch(com.google.inject.Key key,
Mediator mediator,
java.lang.Object watcher) |