//--else we just flatten the group
processContentModel(modelgroup.getContentModelGroup(), state);
break;
case Structure.WILDCARD:
Wildcard wildcard = (Wildcard) annotated;
FieldInfo fieldForAny = _memberFactory.createFieldInfoForAny(
wildcard, getConfig().useJava50());
handleField(fieldForAny, state, component);
break;