public String getType() {

      if (type != null) return type;

      return type = GetterSetterUtil.getTypeReference(field);
    }