Since IntelliJ IDEA 2020.3.2
(I use Community Edition), I started getting:
Parsing java... [applicationname]
java: JPS incremental annotation processing is disabled. Compilation results on partial recompilation may be inaccurate.
Use build process "jps.track.ap.dependencies" VM flag to enable/disable incremental annotation processing environment.
Writing classes
warning, upon running the application within the IntelliJ IDEA.
This actually happens during the build phase, when you run your application for the "first" time (to be more precise, when target
(or whatever you have configured as a building result directory) is being built).
What does this message mean?