sialcasa / mvvmFX

an Application Framework for implementing the MVVM Pattern with JavaFX
Apache License 2.0
494 stars 105 forks source link

Describe Dagger Integration #476

Open Warkdev opened 7 years ago

Warkdev commented 7 years ago

Following part of the discussion happening in the issue #439.

Warkdev commented 7 years ago

I'm not good enough to describe this. It doesn't seem like my Dagger implementation would let me use your custom DI integration. Dagger basically provides Provider & MembersInjector under the cover. So it's @compilation time that code get generated for each class (not runtime).