I have to instantiate a Class which is generated by my custom annotation processor on a GWT client Class which extends Composite. Generated class is also at the same package with this view. However, when I run the super dev mode (SDM), I get the following error.
No source code is available for type com.test.gwt.client.MyGeneratedClass
Regular GWT compilation gives no error. However, I get the error at SDM compilation.
How can make GWT SDM compile this view?