Package | Description |
---|---|
org.sonatype.guice.bean.locators |
Locate qualified bean implementations across multiple injectors.
|
org.sonatype.inject |
Optional Sonatype extensions to JSR330.
|
Modifier and Type | Method and Description |
---|---|
Iterable<BeanEntry> |
DefaultBeanLocator.locate(com.google.inject.Key key) |
<Q extends Annotation,T> |
BeanLocator.locate(com.google.inject.Key<T> key)
Finds bean implementations that match the given qualified binding
Key . |
Constructor and Description |
---|
ProviderIterableAdapter(Iterable<BeanEntry<K,V>> delegate) |
Modifier and Type | Method and Description |
---|---|
void |
Mediator.add(BeanEntry<Q,T> entry,
W watcher)
Processes the added
BeanEntry and sends the necessary updates to the watcher. |
void |
Mediator.remove(BeanEntry<Q,T> entry,
W watcher)
Processes the removed
BeanEntry and sends the necessary updates to the watcher. |
Copyright © 2010-2013 Sonatype, Inc.. All Rights Reserved.