Stephan Schroeder
05/02/2019, 3:11 PM/** ...
* @param name the name of the bean to retrieve
* @return an instance of the bean
* @throws NoSuchBeanDefinitionException if there is no bean with the specified name
* @throws BeansException if the bean could not be obtained
*/
Object getBean(String name) throws BeansException;
doesn’t seem to be?! (code from spring-beans-5.1.5.RELEASE)hho
05/02/2019, 3:19 PMhho
05/02/2019, 3:20 PMStephan Schroeder
05/02/2019, 3:27 PM