What is the use of @service annotation?
Answer / Ram Avtar
The @Service annotation in Spring Framework indicates that a class represents a service layer. It's part of Spring's IoC (Inversion of Control) container, and when used on classes, Spring will perform dependency injection to create objects.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a target?
List the advantages of spring framework?
What is difference between oauth and oauth2?
What is spring security?
What is spring in java?
state the advantages of auto wiring?
What is advice?
What is a spring bean?
Does google use spring framework?
What is portlet context in spring?
What is @id in spring boot? : Spring Boot
Can pojo have constructor?