propertyDescriptor = null;
property = new AnonymousBeanSetProperty(propertyName, elementType);
} else {
propertyDescriptor = BeanPropertyHelper.getPropertyDescriptor(
beanClass, propertyName);
property = new BeanSetProperty(propertyDescriptor, elementType);
}
return new BeanSetPropertyDecorator(property, propertyDescriptor);
}