Re: Adding @since tags

2013-05-28 Thread Richard Bair
>> Another question, when a class is added in a release, do you add @since to >> the class but *not* the methods, or do you tag both the class and the >> methods? It seems more foolproof to tag both the class & methods, but I >> don't think that is how they do it on the JDK side. > > I add it o

Re: Adding @since tags

2013-05-28 Thread Pavel Safrata
Hi Richard, On 28.5.2013 17:37, Richard Bair wrote: Hi Pavel, This sounds great! I'm almost ready with a tool that generates @since tags to JavaFX API. My question is what should I generate. Essentially, there are three releases with added API: 2.0, 2.2 and 8.0. How does it work? Specifica

Re: Adding @since tags

2013-05-28 Thread Richard Bair
Hi Pavel, This sounds great! > I'm almost ready with a tool that generates @since tags to JavaFX API. My > question is what should I generate. Essentially, there are three releases > with added API: 2.0, 2.2 and 8.0. How does it work? Specifically, if an API was not tagged in 2.2, and is not

Adding @since tags

2013-05-28 Thread Pavel Safrata
Hello, I'm almost ready with a tool that generates @since tags to JavaFX API. My question is what should I generate. Essentially, there are three releases with added API: 2.0, 2.2 and 8.0. Question 1: Should we generate @since for the initial stuff that appeared in 2.0? Question 2: There are