The @GwtIncompatible annotation was only added a few weeks
ago<https://code.google.com/p/google-web-toolkit/source/detail?r=11570>,
and it's not included in any official releases yet.


On Sat, Apr 6, 2013 at 1:22 AM, Abin M Devasia <[email protected]> wrote:

> 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.
>
>
>

-- 
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