getAnnotation的一个坑

  // TableField annotation = f.getAnnotation(TableField.class); // 不建议使用这个,建议使用下面这个方法获取
  TableField annotation = AnnotationUtils.getAnnotation(f, TableField.class);
原文地址:https://www.cnblogs.com/cat520/p/13063165.html