pathling
pathling copied to clipboard
Generate correct documentation from lombok created class memeber.
trafficstars
Currently javadocs is not generated for class members created with lombok annotations.
For example the documentation for TerminologyConfiguration mostly empty.
This can be fixed by generating javadocs from the delomboked versino of the code as described here: https://github.com/mewna/catnip/issues/300
This way the documentation will reflect the actual methods of these classes.