adspace


What are the different properties the metadata translates into to make up the bean definition?

Answer Posted / Vivek Narain Singh

The properties that the metadata translates into to create a bean definition in Spring Framework include the bean's class name, constructor arguments, property values, scope, dependencies, and any BeanPostProcessor or BeanFactoryPostProcessor instances that should be applied.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you inject java collection in spring?

518


What is difference between @controller and @restcontroller in spring?

556


What is lazy class?

490