When I was trying to do Servlets and I got the problem of importing import javax.servlet.annotation; code in the environment. It can't understand this fragment of code while it knows import javax.servlet.*; so I can't use annotations like @WebServlet("/test")
What kind i do?
What kind i do?