Java library for generating .java source files. (Alternative to javapoet)
You can see a lot of examples in tests and in the reactor monorepo
Basic examples (Tests)
More complex examples (With json deserialization)
Note
You need java 21 to use
8000