It's only some @Overrides -- those on interfaces. My vote is to eliminate them from the 1.5-compatible projects.
On Mon, Feb 8, 2010 at 7:47 AM, Sean <sro...@gmail.com> wrote: > Well javac pretty much defines right behavior. If it works now with > 1.5/1.5, and there's some logic to it, then OK. It means we'd have to > flip our IDEs to allow language level 1.6 (but API level 1.5) and all > is basically fine. > > On Mon, Feb 8, 2010 at 12:44 PM, Benson Margulies <bimargul...@gmail.com> > wrote: >> I don't know from Intellij, but here's my best attempt to explain. >> >> Step 1: Sun has a bug. javac should reject these annotations, but does not. >> >> Step 2: Various tools do not have this bug. They warn or explode. >> >