Package-level declarations
Types
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS] )
Annotation used to indicate that a class should be bound to a Hilt component.
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS] )
Annotation used to indicate that a class should be bound to a Singleton scope using Hilt. This annotation should be used on the implementation class and not on the interface.