You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
Hi!
In my current GWT project I have abstract class and many subclasses of it and they depends on other heavy parts of application. I need split somehow all parts that depends on each inheritor but I can't add manually GWT.runAsync in childs. Can I declare something in abstract class to tell GWT split all parts in separate JS?