|
|
|
|
@ -222,7 +222,7 @@ public abstract class AbstractBeanFactory extends FactoryBeanRegistrySupport imp
@@ -222,7 +222,7 @@ public abstract class AbstractBeanFactory extends FactoryBeanRegistrySupport imp
|
|
|
|
|
* @throws BeansException if the bean could not be created |
|
|
|
|
*/ |
|
|
|
|
@SuppressWarnings("unchecked") |
|
|
|
|
private <T> T doGetBean( |
|
|
|
|
protected <T> T doGetBean( |
|
|
|
|
final String name, final Class<T> requiredType, final Object[] args, boolean typeCheckOnly) |
|
|
|
|
throws BeansException { |
|
|
|
|
|
|
|
|
|
|