| Package | Description |
|---|---|
| org.sonatype.guice.bean.locators.spi |
SPI for contributing
Bindings to the MutableBeanLocator. |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
BindingPublisher.subscribe(com.google.inject.TypeLiteral<T> type,
BindingSubscriber subscriber)
Subscribes the given
BindingSubscriber to receive Bindings of the given type. |
<T> void |
BindingPublisher.unsubscribe(com.google.inject.TypeLiteral<T> type,
BindingSubscriber subscriber)
Stops the given
BindingSubscriber from receiving Bindings of the given type. |
Copyright © 2010-2012 Sonatype, Inc.. All Rights Reserved.