What is @required annotation in spring?
Answer / Vinay Kant Verma
@Required annotation in Spring is used with Autowired to indicate that a particular bean dependency must be autowired, or else it will result in a BeanCreationException at runtime.
| Is This Answer Correct ? | 0 Yes | 0 No |
What does entitymanager merge do?
What are the features of the new spring build system in use now days?
Explain inversion of control?
What is the design pattern used in spring ioc?
What are the components of spring framework?
What is aop? And how the aop used in spring?
What is spring boot framework?
How do you stop lazy loading?
What is thymeleaf template?
What is the difference between maven and spring?
Tell us about spring dao.
What is ioc or dependency injection?