SCALAR_COLLECTION_FALSE);
structDef.setParent(methodReturn);
method.setReturnType(methodReturn);
// apply customizations to the structure
CustomizationProvider custProv = defNode.getProviderInstance(CustomizationProvider.class);
if (custProv != null) {
new Customizer(custProv).customize(method);
}
}