Skip to content

Instantly share code, notes, and snippets.

@kirich1409
Created November 11, 2019 20:38
Show Gist options
  • Save kirich1409/d667b20c58bada8b4cae65033d19d242 to your computer and use it in GitHub Desktop.
Save kirich1409/d667b20c58bada8b4cae65033d19d242 to your computer and use it in GitHub Desktop.
@MapKey
@Target(AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER)
@Retention(AnnotationRetention.RUNTIME)
annotation class ActivityKey(val value: KClass<out Activity>)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment