What are the annotation used in spring?
Answer / Poonam Kushwaha
"@Component", "@Service", "@Repository", "@Controller". These are some of the common annotations used in Spring Framework to declare components, services, repositories, and controllers respectively.
| Is This Answer Correct ? | 0 Yes | 0 No |
Do subclasses inherit annotations?
What is repository annotation in spring?
Explain spring beans?
What is spring rest?
What is the difference between @qualifier and @primary?
Which is the most commonly used transaction management?
Why is dao used? : Spring Boot
What does entitymanager merge do?
What is ioc and di?
What do you mean by annotation-based container configuration?
What is @controller in spring boot? : Spring Boot
Give examples of how spring platform can be used by an application developer.