Given the following classes
abstract class AbstractClass { @Inject SomeDependency someDependency; } class SomeClass extends AbstractClass { @Inject Anot
As of Dagger 2.9 these warnings are off by default.
Solution could be: define onCreate() in Abstract class only