Using add-on without web.xml

Hello all,

I am trying to incorporate the Animator add-on into our application and have a few questions. This is the first add-on I have used that needed to be a compiled widgetset and have followed the directions for
Using Add-ons in Netbeans
. We are getting the error:

Our application does not use a standard deployment descriptor (web.xml), we use the @WebServlet annotation in our vaadin application class, so I am not quite sure how or where to add the widget init-param.

Thanks,
Scott

A couple Googles gave me this link, which seems to have what you are looking for.

New Features in Servlets 3.0