getAnnotation的一个坑

  // TableField annotation = f.getAnnotation(TableField.class); // 不建议使用这个,建议使用下面这个方法获取
  TableField annotation = AnnotationUtils.getAnnotation(f, TableField.class);

 

posted @ 2020-06-08 00:07  会偷袭的猫  阅读(1460)  评论(0编辑  收藏  举报