Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What is the @Controller annotation used for?
Home
Spring
What is the @Controller annotation used for?
0
votes
asked
Apr 4, 2021
in
Spring
by
Robindeniel
What is the @Controller annotation used for?
#controller-annotation
spring-annotations
spring-configuration-file
configuration-file
spring
spring-questions
spring-java-framework
spring-interview-questions
spring-advanced-questions-2021
spring-questions-and-answers
spring-framework
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 4, 2021
by
Robindeniel
The @Controller is a stereotype Spring MVC annotation to define a Controller.
...