Re: [Community Opinion] Use of Lombok Library

2017-02-22 Thread Bhupesh Chawda
I think this could be a good way to improve readability of code in Malhar operators as well. This one however is MIT license. Any alternatives? ~ Bhupesh ___ Bhupesh Chawda Software Engineer E: bhup...@datatorrent.com | Twitter: @bhupeshsc

Re: [Community Opinion] Use of Lombok Library

2017-02-22 Thread Chinmay Kolhatkar
Certainly good and convenient for application/operator developers to use. But could someone include this dependency in apex application project and use it? If yes, then I would prefer to keep this outside of Apex in general and let the user use it for convenience. -Chinmay. On Wed, Feb 22, 2017

[Community Opinion] Use of Lombok Library

2017-02-22 Thread AJAY GUPTA
The Java operators we write have a lot of code which is less related to the business logic of the operator, eg. getters, setters, constructors, log variables, etc. Lombok library can be used to greatly avoid such code by using annotations, eg. @Getter, @Setter. The library generates this code durin