}
}
}
private void generateValidationSpecific (Template template) throws MinuteProjectException {
Validations validations = mappingHolder.getBeanMap().getValidations();
if (validations != null) {
for (Validation validation : validations.getValidations()) {
boolean isToGenerate = true;
if (template.getCheckTemplateToGenerate()!=null && template.getCheckTemplateToGenerate().equals("true")) {
if (!template.isToGenerate(validation)) {
isToGenerate =false;
}