thank you for the quick reply.
i'm not allowed to use annotations or write xml configuration for each bean separately, in fact, the project i am working on is an enterprise application that is...
Type: Posts; User: M3hdi; Keyword(s):
thank you for the quick reply.
i'm not allowed to use annotations or write xml configuration for each bean separately, in fact, the project i am working on is an enterprise application that is...
Assuming i have two classes Circle and Rectangle that implement an interface called Shape.
And i have the following class:
public class ObjectFactory {
@Autowired
@Qualifier("circle")
...