Stereotype Annotations
Spring provides specialized annotations for different roles:
- @Component: Generic stereotype for any Spring-managed component.
- @Service: Used for classes that hold business logic.
- @Repository: Used for the Data Access Layer (handles database interactions).