PropertySetCallback psc = (PropertySetCallback) notifyOnSet.get(i);
if (!psc.validate(key, value, d))
continue;
if (mappedValue == null)
mappedValue = psc.map(key, value, d);
// if this property should not be used then
// don't call apply. This depends on where
// the old value comes from
// SET_IN_JVM - property will not be used