mapstruct / mapstruct.org

Web site of the MapStruct project
63 stars 40 forks source link

Do I have to use Mapstruct with Lombok? I didn't introduce Lombok into my project. I wrote get and set manually, but it reminded me that I couldn't find attributes. #128

Closed xhyym closed 2 years ago

xhyym commented 2 years ago

Do I have to use Mapstruct with Lombok? I didn't introduce Lombok into my project. I wrote get and set manually, but it reminded me that I couldn't find attributes.

filiphr commented 2 years ago

This is not a MapStruct question. This is entirely up to you to decide whether you want to use Lombok or not in your own project.

xhyym commented 2 years ago

Thank you very much for your answer, so mapstruct doesn't have to be used with Lombok, I just need to write the getter and setter for each property, right?