InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by configuration annotation in spring? |
|
Answer» Configuration annotation is a part of the spring framework. It indicates that class includes @BEAN definition METHODS. This helps the container process the class and GENERATE BEANS for using in the application and generating definitions and service requests at the runtime. |
|