613614615616617618619620621622623
} Constraint c = appliedConstraints.get(EMAIL_CONSTRAINT); if (email) { if (c == null) { c = new EmailConstraint(); c.setOwningClass(owningClass); c.setPropertyName(propertyName); appliedConstraints.put(EMAIL_CONSTRAINT,c); } c.setParameter(true);