I don't plan to use or check the annotation in GWT context so I am ok
if GWT ignores it. MyObject is still compiled and I can use it in
Async requests, right?
The reason I have the annotation is the classes are also used in
another web service project, which utilizes the annotation.
Just wondered if there is way to get rid of the warning.
On Jun 1, 4:24 pm, Adolfo Panizo Touzon <
adolfo.pan...@gmail.com>
wrote:
> As you know, GWT is not pure Java, so you can´t use some things.
>
> One way to solve these problem is including a library for reflection (see
> gwt-ent in google).
>
> 2011/6/1 randasin <
r4nd7...@gmail.com>