Hello everybody. I have a view (interface extending IsWidget) and binded in the GinModule: bind(MyView.class).to(MyViewImpl.class).in(Singleton.class); And the question is: if I had several implementations of a given view (interface) in order to have a mobile view and a desktop view, how do I have to do it with GIN?
Thank you very much. -- 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.
