-
- All Implemented Interfaces:
@Target(allowedTargets = {AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER})@MapKey() public @interface ViewModelKey
Annotation for VM injection It will Allow dagger to selected the right VM for injection (by creating a new one or re-use it) By specifying the Class of the provided View Model as a key for the View model factory