Re: [MATH] Introduce Lombok annotations into apache commons

2014-06-19 Thread venkatesha m
? On Thu, 19/6/14, Matt Benson wrote: Subject: Re: [MATH] Introduce Lombok annotations into apache commons To: "Commons Developers List" Date: Thursday, 19 June, 2014, 1:14 AM Lombok depends on a particular compiler, etc. Commons [weaver] provides a foun

Re: [MATH] Introduce Lombok annotations into apache commons

2014-06-18 Thread Matt Benson
Lombok depends on a particular compiler, etc. Commons [weaver] provides a foundation for recreating anything that lombok does, AFAIK. Matt On Wed, Jun 18, 2014 at 2:40 PM, venkatesha m wrote: > Hi, > > I would like to understand if there are any concerns regarding introducing > annotation libr

[MATH] Introduce Lombok annotations into apache commons

2014-06-18 Thread venkatesha m
Hi, I would like to understand if there are any concerns regarding introducing annotation libraries such as lombok(http://projectlombok.org/) to commons-math . The most advantages i have seen using it are as follows: a) A majority of code drudge such as equals, hashcode, getter and setter can be