On Wed, Jun 27, 2012 at 10:41 AM, Howard Lewis Ship <[email protected]> wrote:
> What's our concensus on using @Override on methods declared by an
> implemented interface?
> I'm switching between JDKs & code bases so much my head is spinning.
> I like @Override in JDK 1.6 mode: present for methods of implemented
> interfaces.
> I bet there's a way to get IDEA to annotate existing methods that don't
> have @Override.

It comes down to the jdk version we want to support. I like using
@Override on interface methods as well. Source and binary versions
don't necessarily need to be the the same but that just adds
complexity on so many levels. We had an earlier discussion on jdk
versions but we left it open. My practical opinion is we'd just
require jdk 1.6 for 5.4 and be done with it. We may need to take a
vote if can't reach a consensus otherwise.

Kalle

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to