Yes thanks, I know that, I just wonder why Eclipse shows errors, maybe an Eclipse setting
in "Java/Compiler/Errors-Warnings" then?
Jacques
From: "Adrian Crum" <adrian.c...@sandglass-software.com>
@Override is useful in 1.6 and later. The compiler will warn you if the
super class or interface being overridden has changed.
-Adrian
On 9/17/2012 9:25 AM, Jacques Le Roux wrote:
Hi,
By chance I looked into Eclipse Problems View and I found a lot of
"errors" regarding @Override annotations
Are they supposed to be used later of simply left out there?
Thanks
Jacques