javaeclipsemavenlombokjpamodelgen

Lombok + JPA Canonical Metamodel generation: is it possible?


Is there a way to pipe the two annotation processors in the way needed?


Solution

  • You might be able to configure your build to first run delombok on your source files and compile the rest later.

    Disclosure: I am a lombok developer.