Package-level declarations

Types

Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class AutoProvideDaos(val inComponent: KClass<*> = SingletonComponent::class)

A marker for Room Databases that will automatically contribute all DAOs in your database to the dependency graph.