Bad service configuration file, or exception thrown while constructing Processor object

后端 未结 4 1847
难免孤独
难免孤独 2021-02-20 06:23

I am writing a simple custom annotation in Java and running into a problem with it. Here is the main parts of my code.

LogMeCustomAnnotation.java

4条回答
  •  一生所求
    2021-02-20 06:37

    Follow the following steps to resolve this:

    • Edit nbproject/project.properties file
    • Search for javac.processorpath, and change it to:

    javac.processorpath=\ ${javac.classpath}:\ ${libs.eclipselink.classpath}

提交回复
热议问题