Skip to content

Instantly share code, notes, and snippets.

@diousk
Created February 1, 2020 09:20
Show Gist options
  • Save diousk/3ae503e71c9c9547b9f443a7bc862eb6 to your computer and use it in GitHub Desktop.
Save diousk/3ae503e71c9c9547b9f443a7bc862eb6 to your computer and use it in GitHub Desktop.
@Target(
AnnotationTarget.FUNCTION,
AnnotationTarget.PROPERTY_GETTER,
AnnotationTarget.PROPERTY_SETTER
)
@Retention(AnnotationRetention.RUNTIME)
@MapKey
annotation class FragmentKey(val value: KClass<out Fragment>)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment