maven “cannot find symbol” message unhelpful

后端 未结 15 1869
挽巷
挽巷 2020-11-28 12:11

This is a really simple question, and it\'s probably a setting somewhere I don\'t know about, but Google is being particularly unhelpful for this question, giving results ab

15条回答
  •  迷失自我
    2020-11-28 13:07

    My guess the compiler is complaining about an invalid annotation. I've noticed that Eclipse doesnt show all errors, like a comma at the end of an array in a annotation. But the standard javac does.

提交回复
热议问题