Don't think so. RemoteService is just a marker interface so that GWT can 
find your services during compilation and generate their implementation.

They should end up in the split point where you call GWT.create(<service>) 
the first time. Maybe some serializer will be in the left over fragment 
because they are used in both services which makes them non-unique. These 
could be ArrayList, Date, String, etc. but also your own classes if they 
are shared between your modules.

-- J.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to