Dear all,

I have a serializable object that overrides the Object.clone() method
and implements the cloneable interface.
and i have the problem that eclipse (and me too) wants to have the
Override annotation but while compiling the GWT compiler fails with
following error message

[java][ERROR] Line 175: The method clone() of type XXX must override
or implement a supertype method

which sounds pretty much like a bug in the GWT compiler to me... i
mean, why does the GWT compiler care about those annotations? and more
over, why does it *FAIL*.

could somebody explain the issue to me?

thanks
Michael

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to