Skip to content

Instantly share code, notes, and snippets.

@mladenrakonjac
Created February 4, 2018 22:10
Show Gist options
  • Save mladenrakonjac/41199994ab133c15d3d4a905a62d7af0 to your computer and use it in GitHub Desktop.
Save mladenrakonjac/41199994ab133c15d3d4a905a62d7af0 to your computer and use it in GitHub Desktop.
@Target(AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER)
@Retention(AnnotationRetention.RUNTIME)
@MapKey
annotation class ViewModelKey(val value: KClass<out ViewModel>)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment