Re: Thoughts on using lombok?

2018-05-25 Thread Brian Towles
s <btow...@cloudera.com> wrote: > > > > Howdy all, > > > > I was wondering what the teams thoughts are on using Lombok? > > > > https://projectlombok.org/ > > > > Lombok is a tool that uses annotations at *compile time* to dynamically > &

Re: Thoughts on using lombok?

2018-05-25 Thread Brian Towles
udera > >> on LinkedIn] <https://www.linkedin.com/company/cloudera> > >> -- > >> > >>> On Thu, May 24, 2018 at 2:54 PM, Brian Towles <btow...@cloudera.com> > wrote: > >>> > >>> Howdy all, &g

Re: Thoughts on using lombok?

2018-05-25 Thread Alexander Kolbasov
> Howdy all, > > I was wondering what the teams thoughts are on using Lombok? > > https://projectlombok.org/ > > Lombok is a tool that uses annotations at *compile time* to dynamically > generate the boilerplate code for things like getters, setters, basic &

Re: Thoughts on using lombok?

2018-05-25 Thread Stephen Moist
t;https://www.cloudera.com/> >> >> [image: Cloudera on Twitter] <https://twitter.com/cloudera> [image: >> Cloudera on Facebook] <https://www.facebook.com/cloudera> [image: Cloudera >> on LinkedIn] <https://www.linkedin.com/company/cloudera> >> --

Re: Thoughts on using lombok?

2018-05-24 Thread Na Li
.facebook.com/cloudera> [image: Cloudera > on LinkedIn] <https://www.linkedin.com/company/cloudera> > -- > >> On Thu, May 24, 2018 at 2:54 PM, Brian Towles <btow...@cloudera.com> wrote: >> >> Howdy all, >> >> I was

Re: Thoughts on using lombok?

2018-05-24 Thread Kalyan Kumar Kalvagadda
, > > I was wondering what the teams thoughts are on using Lombok? > > https://projectlombok.org/ > > Lombok is a tool that uses annotations at *compile time* to dynamically > generate the boilerplate code for things like getters, setters, basic > constructors, toString, eq

Thoughts on using lombok?

2018-05-24 Thread Brian Towles
Howdy all, I was wondering what the teams thoughts are on using Lombok? https://projectlombok.org/ Lombok is a tool that uses annotations at *compile time* to dynamically generate the boilerplate code for things like getters, setters, basic constructors, toString, equals, etc