errMsg = messages.getMessage(annotation.errorCode(), annotation.message());
min = annotation.min();
max = annotation.max();
applyIfValang = valangToJS(annotation.applyIf());
} else if (a instanceof Size) {
Size annotation = (Size) a;
errMsg = messages.getMessage(annotation.errorCode(), annotation.message());
min = annotation.min();
max = annotation.max();
applyIfValang = valangToJS(annotation.applyIf());
}
StringBuffer sb = new StringBuffer();
sb.append(" function() {return this.between(this.lengthOf(this.getPropertyValue(");
sb.append(wrapAndEscapeJsString(field));// field