Hi GWT guru-s,
I've got a class (which I cannot modify) with a field of
java.lang.Object type. I want instances of this type to be avaliable
at client. For that, I wrote GWT-emulated implementation and attached
it with <super-source>. The problem is that GWT uses signature
checking policy to ensure that all fields are the same in original and
emulated versions of the class, so I have to define Object field in
emulated version too - and this breaks the compile. Is there a way for
me to somehow transfer this class to client?

Thanks!

-- 
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