java中的注解为什么总是报错?

如图,我明明已经有了参数了,为什么他报错呢?(报错信息为Multiple markers at this line
- The annotation @SxtField must define the attribute ColumnName
- The attribute columnName is undefined for the annotation type
SxtField)图片说明图片说明图片说明

是不是注解放的位置不对。。

Multiple markers at this line

  • The annotation @SxtField must define the attribute ColumnName
  • The attribute columnName is undefined for the annotation type

好像是你没引入jar包啊?

是不是类没有实现接口的原因 implements SxtField

写法看起来没有问题 你刷新下工程 重新构建下 不行私聊我
谢谢