|
|
|
|
|
by ziodave
2400 days ago
|
|
Lombok is a compile time library that doesn’t do any magic but replacing an annotation with fragments of code. It feels more like using macros which exist in many languages. And it helps in keeping the code readable and DRY. |
|