propertyDescriptor = null;
property = new AnonymousBeanListProperty(propertyName, elementType);
} else {
propertyDescriptor = BeanPropertyHelper.getPropertyDescriptor(
beanClass, propertyName);
property = new BeanListProperty(propertyDescriptor, elementType);
}
return new BeanListPropertyDecorator(property, propertyDescriptor);
}