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

Constructor has been defined

Open SoberChina opened this issue 7 years ago • 1 comments

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

<argument>-Xlombok </argument>

<argument>-Xlombok:Data </argument>

<argument>-Xlombok:Builder </argument>

When I use -Xlombok:Builder when there is this error, remove -Xlombok:Builder compiler will be no problem,but I want to use -Xlombok:Builder. hope to get your reply.thank you very much.

SoberChina avatar Dec 25 '17 10:12 SoberChina

I get this error as well. It's on classes that have no member fields.

ergh99 avatar Jan 29 '18 18:01 ergh99