public static interface ConfiguredBeanLocator.BeanLoaderListener<T>
Modifier and Type | Method and Description |
---|---|
boolean |
beanLoaded(String name,
T bean)
Return true if the bean that was loaded meets the requirements at
which point, the loader will stop loading additional beans of the
given type
|
boolean |
loadBean(String name,
Class<? extends T> type)
Return true to have the loader go ahead and load the bean.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.