Bob: Java annotation processor for builder generation (plain source code, no bytecode weaving)
https://github.com/jonas-grgt/bob?utm_medium=erik.in&utm_source=mastodon
@ethauvin what is the problem with byte code weaving? We are using Lombok for years in production without an issue. On the other hand, the SQL query builder that generates source code is a bit annoying as you have to run mvn compile before all the red wiggly lines disappear. So from a DX perspective, 1:0 for byte code weaving.