Ever since I started writing #software using the #java #programming #language, I've been looking to reduce the #repetitive #boilerplate.

And I don't have a solution, yet.

Many parts of a #POJO #Bean can be auto-generated by #projectLombok, which greatly reduces the amount of logic I have to implement.

But in a suite of applications, the start of each pretty much performs the exact same operations in the exact same way, with little room to remove code duplication.

Suggestions?
#Gradle started failing to generate #javadoc from my #java projects ever since I'm applying #ProjectLombok #APT. It happens with both #Java10 and #Java11.

I love Project Lombok. But #Ant reporting it can't find the #Builder classes and hashCode methods Lombok generates, is a blocking issue. My projects require decent documentation.

If anyone knows of a solution that allows me to continue using these tools, please share? Thanks!