propertyDescriptor = null;
property = new AnonymousPojoListProperty(propertyName, elementType);
} else {
propertyDescriptor = BeanPropertyHelper.getPropertyDescriptor(
beanClass, propertyName);
property = new PojoListProperty(propertyDescriptor, elementType);
}
return new PojoListPropertyDecorator(property, propertyDescriptor);
}