Re: RFR 8175013: Add @Generated Annotation

2017-03-17 Thread Ron Shapiro
ateman" À: "Lance Andersen" , "core-libs-dev" < core-libs-dev@openjdk.java.net> Envoyé: Jeudi 16 Mars 2017 14:51:43 Objet: Re: RFR 8175013: Add @Generated Annotation On 16/03/2017 13:42, Lance Andersen wrote: Hi all, Per the discussion [1], please find the webre

Re: RFR 8175013: Add @Generated Annotation

2017-03-17 Thread Lance Andersen
I have update the webrev to remove MODULE as a Target for now as javax.annotations.processing uses the JDK 8 compiler during the build process. http://cr.openjdk.java.net/~lancea/8175013/webrev.01 Given where we are in the JDK 9 timeline,

Re: RFR 8175013: Add @Generated Annotation

2017-03-16 Thread Alan Bateman
On 16/03/2017 15:44, Ron Shapiro wrote: Are there any plans to make the new @Generated annotation have CLASS retention? We have a number of compile-time tools that would like to know when files are generated. No need at runtime, but it would be good to have this information stick around. JSR

Re: RFR 8175013: Add @Generated Annotation

2017-03-16 Thread Stephen Colebourne
t;Lance Andersen" , "core-libs-dev" < > core-libs-dev@openjdk.java.net> > Envoyé: Jeudi 16 Mars 2017 14:51:43 > Objet: Re: RFR 8175013: Add @Generated Annotation > > > On 16/03/2017 13:42, Lance Andersen wrote: > > Hi all, > > Per the discussio

Re: RFR 8175013: Add @Generated Annotation

2017-03-16 Thread Lance Andersen
> Rémi > > - Mail original - >> De: "Alan Bateman" >> À: "Lance Andersen" , "core-libs-dev" >> >> Envoyé: Jeudi 16 Mars 2017 14:51:43 >> Objet: Re: RFR 8175013: Add @Generated Annotation > >> On 16/03/2017 13:42, Lance

Re: RFR 8175013: Add @Generated Annotation

2017-03-16 Thread Remi Forax
Andersen" , "core-libs-dev" > > Envoyé: Jeudi 16 Mars 2017 14:51:43 > Objet: Re: RFR 8175013: Add @Generated Annotation > On 16/03/2017 13:42, Lance Andersen wrote: >> Hi all, >> >> Per the discussion [1], please find the webrev for adding a replacemen

Re: RFR 8175013: Add @Generated Annotation

2017-03-16 Thread Lance Andersen
I can ask Roman to include that in the update that he is working on. Best Lance > On Mar 16, 2017, at 9:51 AM, Alan Bateman wrote: > > > > On 16/03/2017 13:42, Lance Andersen wrote: >> Hi all, >> >> Per the discussion [1], please find the webrev for adding a replacement >> annotation for j

Re: RFR 8175013: Add @Generated Annotation

2017-03-16 Thread Alan Bateman
On 16/03/2017 13:42, Lance Andersen wrote: Hi all, Per the discussion [1], please find the webrev for adding a replacement annotation for javax.annotation.Generated . It would be good to have a link from the old @Generated to the new. -Alan

RFR 8175013: Add @Generated Annotation

2017-03-16 Thread Lance Andersen
Hi all, Per the discussion [1], please find the webrev for adding a replacement annotation for javax.annotation.Generated . The CCC has been approved. The webrev can be found at: http://cr.openjdk.java.net/~lancea/8175013/webrev.00/