Open rfgamaral opened 7 years ago
The lombok plugin just does not handle javadoc (yet) as far as I know.
But shouldn't Lombok itself generate the individual getter/setter methods and copy/paste each Javadoc section to each of the methods? This way, the plugin wouldn't need to do a thing because IntelliJ would simply pick the documentation for each method.
Or am I misunderstanding something?
Intellij does not execute any annotation processor (like lombok) when displaying javadoc or creating errors / warnings / etc.
I have followed the documentation here: https://projectlombok.org/features/GetterSetter.html
Example:
And this is the result:
Am I doing something wrong? Is this issue related to Lombok itself and not the plugin?