What is @autowired required false?
Answer / Munesh Kumar
In Spring Framework, '@autowired(required=false)' allows the dependency to be optional and not mandatory for the bean instantiation. If a dependency is marked as '@autowired(required=false)', it won't prevent the creation of the target bean even if the dependency is missing or cannot be found.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is state maintained by a Stateless bean?
What is enterprise bean?
How can a CORBA object, accessed from a EJB?
What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations?
What is session facade in ejb?
How does a container, manage access, from multiple transactions on an entity bean?
Life cycle methods in stateless Session Beans?
What is the major difference SessionBean and EntityBean?
Why should we use ejb?
Is it possible to write two ejb’s that share the same remote and home interfaces, and have different bean classes? If so, what are the advantages/disadvantages?
What is ejb application?
What are the design goals of EJB architecture?