Spring / Spring interview questions
What is Spring annotation?
The spring annotation is a library that facilitates the use of annotations to configure your application using spring framework. Example spring annotations include @Required, @Autowired etc.
More Related questions...