I am working on a Spring MVC project with annotations. I have a question suppose I open up a random jsp in the browser, is there any way to track the controller for that jsp?
Unlike the older versions of Spring where controller mapping for view was done in xml, from there we could possibly track the controller.