Interface ComponentSupplier
-
public interface ComponentSupplierInterface for supplying a component. This is separate from the Supplier interface so that optimizers can strip this method (and therefore all the Dagger code) from the main dex even if a Supplier is referenced in code kept in the main dex.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objectget()
-