What is meant by stereotype annotations in spring?
Answer / Arun Prakash Gupta
Stereotype Annotations in Spring are special annotations (like @Component, @Service, @Repository, and @Controller) that mark classes as specific types of components. They help the Spring container identify how to configure and manage these classes during application startup.
| Is This Answer Correct ? | 0 Yes | 0 No |
What does pojo mean?
What is the default bean scope within spring?
What is the advantage of spring boot? : Spring Boot
What is around advice in spring?
What is the difference between @requestbody and @requestparam?
Can annotations be inherited?
What are the different types of advices?
What is microservice in spring?
What are ways to inject dependency in spring?
What is requestmapping?
What is the use of @service annotation in spring?
What are modules in spring?