@Override
public String convertToValang(String fieldName, Annotation a, MessageSourceAccessor messages) {
NotNull annotation = (NotNull) a;
String errMsg = messages.getMessage(annotation.errorCode(), annotation.message());
String applyIfValang = valangToJS(annotation.applyIf());
StringBuffer sb = new StringBuffer();
sb.append(" function() {return ! this.nullFunc((this.getPropertyValue(");
sb.append(wrapAndEscapeJsString(fieldName));// field