DEV Community

Discussion on: 🎩 Immutability in Java 🔥 Made Easy

Collapse
 
cchacin profile image
Carlos Chacin ☕👽

I'm a big fan of archunit and Neil Ford 🤓
I used lombok before for years, the main difference between lombok and the immitables library is that lombok modifies the generated bytecode and requires an IDE plugin, also immitables uses interfaces and abstract classes that you can manually extend