I've followed the Immutables
tutorial to use those annotations on IntelliJ Idea
. For some reason the IDE is still showing the generated annotation classes as an error, though the maven
compilation is going forward normally. Any idea how to fix this?
I finally ended up solving that by executing Maven >> Generate Source and Update Folders
.