Snippets tagged “annotation-processing”
1 snippet uses this tag.
- javac error: Class names are only accepted if annotation processing is explicitly requestedJava
This error message indicates that you are trying to use a class name in a source code file that is not being processed by the Java compiler.