Interface InjectedByHilt
public interface InjectedByHilt
Do not use except in Hilt generated code!
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns true if this class was injected by Hilt.
-
Method Details
-
wasInjectedByHilt
boolean wasInjectedByHilt()Returns true if this class was injected by Hilt.
-