Cheers.

Yeah, I've done that, but I was just wondering if there was a reason
that the GWT team were suppressing it (other than to have the initial
project be created with any warnings)?

On Sep 3, 11:29 am, Chad <chad...@gmail.com> wrote:
> Andy,
>
> If you are using Eclipse (I assume you are since you are using the
> GEP), just delete that and you will see the warning:
>
> The serializable class DataServiceImpl does not declare a static final
> serialVersionUID field of type long
>
> You will also get 3 quick fix options:
>   - Add default serial version ID
>   - Add generated serial version ID
>   - Add @SuppressWarnings 'serial' to 'GreetingServiceImpl'
>
> Any of those three options would work. Just take your pick.
>
> HTH,
> Chad
>
> On Sep 3, 11:37 am, Andy <antonvonpil...@gmail.com> wrote:
>
>
>
> > Does anyone know why does the GreetingServiceImpl Servlet in the
> > project created by the GWT Eclipse plugin have a @SuppressWarnings
> > ("serial") annotation?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to