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 Annotation,T> |
Legacy.adapt(BeanEntry<Q,T> delegate)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <Q extends Annotation,T> |
Legacy.adapt(Iterable<? extends BeanEntry<Q,T>> delegate)
Deprecated.
|
static <Q extends Annotation,T> |
Legacy.adapt(com.google.inject.Provider<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.
|
Copyright © 2021. All rights reserved.