Search code examples
javaannotationsjavacannotation-processing

Javac stops compiling after first round of AnnotationProcessor


I'm sorry about the obscene names, but I've written this processor.

I execute the following at the root of the project: javac -d compiled/ -verbose *.java

Which generates this log. It stops there and no bytecode is generated. I can't figure out why this is happening.


Solution

  • Sorry, maybe asking the obvious but are you saying that for the .java files in the current folder, the corresponding .class files are not there in the compiled/ folder ?