Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] @Override and Interfaces

Hi All,

EclipseLink targets JDK 1.5 when it compiles. When source code is included in Eclipse and the target VM is set to 1.5, Eclipse will produce an Error message when @Override is used on a method that is from an interface rather than specifically overriding a method on a superclass. Please avoid doing this when possible.

I have checked in a transaction that removes a couple instances of this in the JPA test framework.

-Tom


Back to the top