public interface MutableBeanLocator extends BeanLocator, BindingDistributor
BeanLocator that finds and tracks bindings across zero or more BindingPublishers.| Modifier and Type | Method and Description |
|---|---|
void |
add(com.google.inject.Injector injector,
int rank)
Deprecated.
|
void |
remove(com.google.inject.Injector injector)
Removes the given
Injector and its Bindings. |
locate, watchadd, clear, remove@Deprecated void add(com.google.inject.Injector injector, int rank)
Injector and distributes its Bindings. Marked as deprecated because most
clients should not call this method; any injector that contains a binding to the BeanLocator is
automatically added to that locator as part of the bootstrapping process.injector - The new injectorrank - The assigned rankvoid remove(com.google.inject.Injector injector)
Injector and its Bindings.injector - The old injectorCopyright © 2010-2015 Sonatype, Inc.. All Rights Reserved.