Package | Description |
---|---|
org.eclipse.sisu.inject |
Dynamic bean lookup across multiple injectors.
|
org.sonatype.inject |
Deprecated; new applications should use
org.eclipse.sisu . |
Modifier and Type | Method and Description |
---|---|
static <Q extends java.lang.annotation.Annotation,T> |
Legacy.adapt(BeanEntry<Q,T> delegate)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <Q extends java.lang.annotation.Annotation,T> |
Legacy.adapt(java.lang.Iterable<? extends BeanEntry<Q,T>> delegate)
Deprecated.
|
static <Q extends java.lang.annotation.Annotation,T> |
Legacy.adapt(com.google.inject.Provider<java.lang.Iterable<? extends BeanEntry<Q,T>>> delegate)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
Mediator.add(BeanEntry<Q,T> entry,
W watcher)
Deprecated.
|
void |
Mediator.remove(BeanEntry<Q,T> entry,
W watcher)
Deprecated.
|