|
|
|
|
|
by JanecekPetr
442 days ago
|
|
- It doesn't work with ErrorProne (https://github.com/google/error-prone/issues?q=sort%3Aupdate...)
- you need a special plugin in your IDE for the generated classes to be visible and/or the code to be parsable
- it does not work with many other tools, usually there is a bridge to fix that, e.g. with MapStruct: https://mapstruct.org/faq/#Can-I-use-MapStruct-together-with... Other tools and libraries generally do not interact in such an errorprone manner. That said, when you know how it works, what it needs, and you know how to iron all of those tiny wrinkles, it works fine and saves you some code and/or sanity. It's not the devil, it's a powerful tool with some downsides. |
|