The Eclipse Java Compiler doesn't like @Override annotations used on interface
methods. This is breaking Java 5 support - and really the method declaration
doesn't override anything.
Attached a patch that removes those annotations.
Original issue reported on code.google.com by antoine....@gmail.com on 9 Jun 2010 at 5:37
Original issue reported on code.google.com by
antoine....@gmail.com
on 9 Jun 2010 at 5:37Attachments: