When I am using Spring 3.x While using annotations its difficult for me to know Which type of Controller class we are going to fetch using this @Controller With reference to
These are implementing Controller class
AbstractController
AbstractUrlViewController
MultiActionController
ParameterizableViewController
ServletForwardingController
ServletWrappingController
UrlFilenameViewController
AbstractWizardFormController
SimpleFormController
However when we are using @Controller annotation in our Spring MVC program how to know that Our @Controller annotation is implementing any of these controllers, Kindly anyone explain me
@Controlleris quite different fromControlleryou don't get any of them nor should you mix them as they behave quite differently!