package com.mrozon.healthdiary.di import javax.inject.Scope @Scope @Retention(AnnotationRetention.RUNTIME) annotation class ActivityScope @Scope @Retention(AnnotationRetention.RUNTIME) annotation class FragmentScope