Injectable

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class Injectable

This annotation is used to mark a class as injectable. This means that the class can be injected into other classes.