Package | Description |
---|---|
org.sonatype.guice.bean.locators.spi |
SPI for contributing
Binding s 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 Binding s of the given type. |
<T> void |
BindingPublisher.unsubscribe(com.google.inject.TypeLiteral<T> type,
BindingSubscriber subscriber)
Stops the given
BindingSubscriber from receiving Binding s of the given type. |
Copyright © 2010-2013 Sonatype, Inc.. All Rights Reserved.