HI,
I have a GWT project and a Java library. I used some Classes from Java 
library in GWT project, and it has incompactable  Class.
i annotated the method as @GWTInCompactable, but still GWT looking the 
source of  Classes that i used in-side the annotated function.
ie,

Class CoustomComponentConfig{
// some declarations
// methods


@GWTIncompactable
public void getConfig(ConfigContext cc){
//statements
}

}

Here  CoustomComponentConfig is included in the Java library and 
ConfigContext  is the InCompactable Class.
How can i resolve?? 

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to