37383940414243444546
System.out.println("b = " + b); } public void start(Object bf) throws Throwable { BeanFactory tbf = (BeanFactory) bf; B b = (B) tbf.create(); System.out.println("b = " + b); } }