jaxb-lombok-plugin icon indicating copy to clipboard operation
jaxb-lombok-plugin copied to clipboard

JAXB / XJC Plugin to add Lombok annotations in classes generated from an XML Schema

Results 4 jaxb-lombok-plugin issues
Sort by recently updated
recently updated
newest added

Is it possible to add @SuperBuilder annotation ? It would be fantastic for projects with classes with inheritance.

I'm new to XML and XSD and I need to use XJC to generate ~70 JAXB classes. But all these classes later on will be a pain to maintain if...

If I were to take it upon myself to get these fine artefacts published to Maven central, would you take offence ?

Hello @svzdvd When I build my project ,the error is `Constructor has been defined in class xxx.xxx.AA Maker AA ()` Here is my configuration \-Xlombok \ \-Xlombok:Data \ \-Xlombok:Builder \...