How to use annotations instead of web.xml in Restlet

37 Views Asked by At

I want to remove Configuration of Application in web.xml and want to do it using annotation like jersey in Restlet.

1- Is it possible? 2- If yes then How ?

1

There are 1 best solutions below

0
Nishant Modi On BEST ANSWER

Got the Solution in Servlet 3 Done this using @WebServlet annotation