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
Ok. Found the issue. Earlier my pom.xml had the proc:none
line commented out. Now that I have got it back in action it is compiling fine. I need to find out exactly what this line does, but the answer to my question is just put the proc:none
back in game. This is how the build section of my pom.xml looks now.
org.apache.maven.plugins
maven-compiler-plugin
3.5.1
1.8
-proc:none