Hi; Here's the situation:
My Rpc prepares ArrayList<A>. A implements Isserializable interface and it contains some fields and an arraylist<B> field. B implements Isserializable interface and it contains some fields and an arraylist<C> field. C implements Isserializable interface and has primitive type fields. When I create this arraylist and try to return it, I receive tons of warnings even though I think I get data back, I also use annotations to tell the compiler about the type. While declaring ArrayList<A>, I use following annotation: /** @gwt.typeArgs <A> */, In class A, while /** @gwt.typeArgs <B> */ and in class B I use /** @gwt.typeArgs <C> */, but I receive typeInfo.classnotfound warnings. Do I have to use annotations differently, I am on the verge of losing my faith in arraylist and using regular nested arrays. Please help. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
