Re: [LANG] JCIP Annotations

2009-08-21 Thread Oliver Heger
Henri Yandell schrieb: +1 to remove. On Thu, Aug 20, 2009 at 2:32 AM, sebb wrote: LANG trunk currently includes some use of JCIP annotations. The annotations were defined with Runtime retention. Although the annotation jar is not needed to run applications, it turns out that the Sun Java 1.5

Re: [LANG] JCIP Annotations

2009-08-20 Thread Henri Yandell
+1 to remove. On Thu, Aug 20, 2009 at 2:32 AM, sebb wrote: > LANG trunk currently includes some use of JCIP annotations. > > The annotations were defined with Runtime retention. > > Although the annotation jar is not needed to run applications, it > turns out that the Sun Java 1.5 compiler reports

Re: [LANG] JCIP Annotations

2009-08-20 Thread Holger Hoffstaette
On Thu, 20 Aug 2009 10:32:22 +0100, sebb wrote: > LANG trunk currently includes some use of JCIP annotations. Please also see: http://code.google.com/p/jsr-305/ I remember vaguely that there were some semantic changes esp. wrt. the "itself" designator since the original JCIP release. -h

Re: [LANG] JCIP Annotations

2009-08-20 Thread Stephen Colebourne
LANG trunk currently includes some use of JCIP annotations. The annotations were defined with Runtime retention. Although the annotation jar is not needed to run applications, it turns out that the Sun Java 1.5 compiler reports an error if the jar is not present. [Java 1.6 only issues a warning]

RE: [LANG] JCIP Annotations

2009-08-20 Thread Gary Gregory
> -Original Message- > From: Oliver Heger [mailto:oliver.he...@oliver-heger.de] > Sent: Thursday, August 20, 2009 1:03 PM > To: Commons Developers List > Subject: Re: [LANG] JCIP Annotations > > sebb schrieb: > > LANG trunk currently includes some use of JC

Re: [LANG] JCIP Annotations

2009-08-20 Thread Oliver Heger
sebb schrieb: LANG trunk currently includes some use of JCIP annotations. The annotations were defined with Runtime retention. Although the annotation jar is not needed to run applications, it turns out that the Sun Java 1.5 compiler reports an error if the jar is not present. [Java 1.6 only is

Re: [LANG] JCIP Annotations

2009-08-20 Thread sebb
On 20/08/2009, Jörg Schaible wrote: > Hi Sebb, > > sebb wrote at Donnerstag, 20. August 2009 11:32: > > > > LANG trunk currently includes some use of JCIP annotations. > > > > The annotations were defined with Runtime retention. > > > > Although the annotation jar is not needed to run applic

Re: [LANG] JCIP Annotations

2009-08-20 Thread Jörg Schaible
Hi Sebb, sebb wrote at Donnerstag, 20. August 2009 11:32: > LANG trunk currently includes some use of JCIP annotations. > > The annotations were defined with Runtime retention. > > Although the annotation jar is not needed to run applications, it > turns out that the Sun Java 1.5 compiler repor

Re: [LANG] JCIP Annotations

2009-08-20 Thread Niall Pemberton
On Thu, Aug 20, 2009 at 10:32 AM, sebb wrote: > LANG trunk currently includes some use of JCIP annotations. > > The annotations were defined with Runtime retention. > > Although the annotation jar is not needed to run applications, it > turns out that the Sun Java 1.5 compiler reports an error if t