The documentation at: https://docs.oracle.com/en/java/javase/15/docs/specs/man/javac.html says:
**--processor-module-path path** Specifies the module path used for finding annotation processors. **--processor-path path or -processorpath path** Specifies where to find annotation processors. If this option is not used, then the class path is searched for processors.
My question is, is it legal to use both at the same time?
2.1m questions
2.1m answers
60 comments
57.0k users