What is @required annotation in spring?



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

Post New Answer

More Spring Framework Interview Questions

What does entitymanager merge do?

1 Answers  


What are the features of the new spring build system in use now days?

1 Answers  


Explain inversion of control?

1 Answers  


What is the design pattern used in spring ioc?

1 Answers  


What are the components of spring framework?

1 Answers  


What is aop? And how the aop used in spring?

1 Answers  


What is spring boot framework?

1 Answers  


How do you stop lazy loading?

1 Answers  


What is thymeleaf template?

1 Answers  


What is the difference between maven and spring?

1 Answers  


Tell us about spring dao.

1 Answers  


What is ioc or dependency injection?

1 Answers  


Categories