pcyuen98 / covidAngular

0 stars 0 forks source link

KT - Practical 6 from Nurul to Deva #7

Closed pcyuen98 closed 3 years ago

pcyuen98 commented 3 years ago

Provide Example what Class file can be autowired and what cannot be autowired.

uyunAkmal commented 3 years ago

The example for class file that can be @Autowired : covidService, covidCasesRepository, covidCasesDescRepository, covidMiningAPITotalCases.

The file that cannot be @Autowired : CovidCaseDesc

Note: covidServiceImpl can be auto wired but auto wired should be interface only due to Java Abstraction concept.