1 min readMar 17, 2019
DaggerSampleComponent is generated class by Dagger. It is provided within compiled byte-code. In order to not getting compilation errors it in IDE, you need to install the following and turn on annotation processing.
Note: Eclipse requires enabling annotation processor support installed
and enabled! The m2e-apt plugin can be downloaded from the Eclipse
Marketplace or https://marketplace.eclipse.org/content/m2e-aptEnsure that Preferences ->
Maven -> Annotation Processing is set to "Automatically configure JDT
APT"