DEV Community

Discussion on: Build a Fluent Interface in Java in Less Than 5 Minutes

Collapse
 
vsilaev profile image
Valery Silaev

With a good IDE "fluent setters" can be created even faster ))
Please see doubleh.ie/index.php/2016/08/25/fl...

All you have to do is to generate getters/setter automatically by fields and then alter all of them with multi-cursor capability.

I bet it would be even faster than placing Lombok annotations ))