@ParametersAreNonnullByDefault
See: Description
Class | Description |
---|---|
OptionalInjectCheck |
Utility methods for validating if an
AndroidEntryPoint -annotated
class that is also annotated with OptionalInject was injected by Hilt. |
Annotation Type | Description |
---|---|
OptionalInject |
When placed on an
AndroidEntryPoint -annotated activity / fragment /
view / etc, allows injection to occur optionally based on whether or not the application is using
Hilt. |