Sunday, December 22, 2013

GWT Generator TypeOracle not listing all the classes

I am trying to useTypeOracle to find classes annotated with my custom annotation.
But there are a few classes that are getting skipped and not being listed in TypeOracle, By debugging and digging around I found most of the classes were annotated with @GWTCompatible which when removed a lot of classes appeared but a few more classes in-spite of them not having any such annotation were skipped, it appears that there are some cyclic references due to which these are skipped and not loaded. 

 Is there a way to get all the classes loaded even if there are some cyclic references?


--
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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment