/* 1155 */ throw new RuntimeException("Cannot have both @JBossXmlChildWildcard and @XmlAnyElement");
/* */ }
/* 1157 */ ParticleHandler childWildcardHandler = null;
/* 1158 */ if (typeInfo.isCollection())
/* */ {
/* 1160 */ if (childWildcard.wrapper() != Object.class)
/* */ {
/* 1162 */ BeanInfo wrapperInfo = JBossXBBuilder.configuration.getBeanInfo(childWildcard.wrapper());
/* 1163 */ childWildcardHandler = new ChildCollectionWildcardHandler(wrapperInfo, childWildcard.property());
/* */ }
/* */ else {