javac error: Class names are only accepted if annotation processing is explicitly requested

后端 未结 12 773
余生分开走
余生分开走 2020-11-27 04:37

I get this error when I compile my java program:

error: Class names, \'EnumDevices\', are only accepted if annotation 
processing is explicitly requested
1          


        
12条回答
  •  离开以前
    2020-11-27 05:02

    I learned that you also can get this error by storing the source file in a folder named Java

提交回复
热议问题