mojohaus / jaxb2-maven-plugin

JAXB2 Maven Plugin
https://www.mojohaus.org/jaxb2-maven-plugin/
Apache License 2.0
107 stars 77 forks source link

Schemagen with Lombok #181

Open pcurrivan opened 3 years ago

pcurrivan commented 3 years ago

Is it possible to make schemagen work with Lombok annotations? It seems like the compilation is done without annotation processing so any usage of Lombok-generated getters or setters in the source files causes an error (Cannot find symbol).

Edit: I suppose it must be processing annotations since it processes the xml annotations... why would it not process Lombok annotations?

papandayan commented 1 year ago

Please could somebody look into this?

slachiewicz commented 1 year ago

Could You add a small reproducer project?