110111112113114115116
* @return the bean info factory * @throws Exception for any error */ protected BeanInfoFactory createDefaultBeanInfoFactory() throws Exception { return new AbstractBeanInfoFactory(); }
45464748495051
{ } protected BeanInfoFactory createDefaultBeanInfoFactory() throws Throwable { return new AbstractBeanInfoFactory(); }
47484950515253
49505152535455
14151617181920
/* */ public class BasicConfiguration extends AbstractConfiguration /* */ { /* */ protected BeanInfoFactory createDefaultBeanInfoFactory() /* */ throws Throwable /* */ { /* 52 */ return new AbstractBeanInfoFactory(); /* */ }