InterviewSolution
Saved Bookmarks
| 1. |
What is the significance of @Repository annotation? |
|
Answer» @Repository annotation indicates that a COMPONENT is USED as the repository that ACTS as a means to store, SEARCH or retrieve data. These can be added to the DAO classes. |
|