@Beta
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface EarlyEntryPoint
Warning: Please see documentation for more details: https://dagger.dev/hilt/early-entry-point
Usage:
To enable an existing entry point to be called early in a Hilt test, replace its
EntryPoint
annotation with EarlyEntryPoint
. (Note that,
EarlyEntryPoint
is only allowed on entry points installed in the
SingletonComponent
).