errMsg = messages.getMessage(annotation.errorCode(), annotation.message());
value = annotation.value();
applyIfValang = valangToJS(annotation.applyIf());
} else if (a instanceof MinSize) {
MinSize annotation = (MinSize) a;
errMsg = messages.getMessage(annotation.errorCode(), annotation.message());
value = annotation.value();
applyIfValang = valangToJS(annotation.applyIf());
}
StringBuffer sb = new StringBuffer();