Hi Stéphane, > However, while It may have improved by now, I had to give up using lombok 2 > or 3 years ago because it was breaking too many IDE features. The only > option was to use "delombok" to actually generate the code behind > annotation. If you are going this route, please do it in such a way that > annotations can be expanded at generation time to make things transparent > for IDEs.
So far, I have only intended to add annotations that would emit compiler warnings if a possibly wrong configuration was applied (e.g. accessing internals, accessing unavailable features for the local SQL dialect). In that sense, the added value is purely optional. As jOOQ is a very "IDE-oriented" library, I think that code-generation from annotations won't be on the roadmap very soon
