If I want to see What the Generator write code,How can I do?
I create a Beans.java
package chenmin.client;
import rocket.beans.client.BeanFactory;
public interface Beans extends BeanFactory {
}
And use it like this
BeanFactory beans = GWT.create(Beans.class);
I know the GWT will use rocket.generator.rebind.Generator to generate
chenmin.client.Beans__BeanFactory
But I want to see chenmin.client.Beans__BeanFactory.java
Thank you
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---