Open KangoV opened 4 years ago
Immutables uses annotation processors and doesn't need a Java agent.
Interesting idea. What would be better under Immutables vs Lombok? IIUC, Lombok doesn't need a Java agent either, and uses an annotation processor?
https://github.com/lloydmeta/todddo-openapi-java/blob/0fb871b7286d620c4976564429ff5cc992143290/build.gradle#L127-L128
Immutables uses annotation processors and doesn't need a Java agent.