darkhanzhursin/asd-project

Part B

Closed this issue · 0 comments

Modify your framework so that it also supports:
• Field injection by name using the @qualifier annotation
• Setter injection by placing the @Autowired on the setter method
• Constructor injection by placing the @Autowired on the constructor
Show the correct working in the application that uses the framework.