|
|
|
|
@ -80,7 +80,7 @@ public interface BeanRegistry {
@@ -80,7 +80,7 @@ public interface BeanRegistry {
|
|
|
|
|
<T> void registerBean(String name, Class<T> beanClass, Consumer<Spec<T>> customizer); |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Register beans using given {@link BeanRegistrar}. |
|
|
|
|
* Register beans using the given {@link BeanRegistrar}. |
|
|
|
|
* @param registrar the bean registrar that will be called to register |
|
|
|
|
* additional beans |
|
|
|
|
*/ |
|
|
|
|
|