/* 88 */ ClassLoader cl = Configurator.getClassLoader(this.classLoader);
/* 89 */ BeanInfo info = null;
/* 90 */ if (this.bean != null) {
/* 91 */ info = this.configurator.getBeanInfo(this.bean, cl);
/* */ }
/* 93 */ Joinpoint joinpoint = this.configurator.getConstructorJoinPoint(info, this.constructor, null);
/* 94 */ Object result = joinpoint.dispatch();
/* 95 */ if ((info == null) && (result != null))
/* 96 */ info = this.configurator.getBeanInfo(result.getClass());
/* */ Iterator i$;
/* 98 */ if ((this.properties != null) && (this.properties.size() > 0))
/* */ {