lloydmeta / todddo-openapi-java

An exploration of modern Java API dev by building a reactive non-trivial app with DDD-esque structuring.
MIT License
2 stars 2 forks source link

Migrate from Lombok to Immutables #1

Open KangoV opened 4 years ago

KangoV commented 4 years ago

Immutables uses annotation processors and doesn't need a Java agent.

lloydmeta commented 4 years ago

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