Set<ConstrainedElement> propertyMetaData = newHashSet();
for ( ConstraintLocation oneConfiguredLocation : configuredLocations ) {
if ( oneConfiguredLocation.getElementType() == ElementType.FIELD ) {
propertyMetaData.add(
new ConstrainedField(
ConfigurationSource.XML,
(BeanConstraintLocation) oneConfiguredLocation,
constraintsByLocation.get( oneConfiguredLocation ),
Collections.<Class<?>, Class<?>>emptyMap(),
cascades.contains( oneConfiguredLocation )