Skip to content

Instantly share code, notes, and snippets.

@zawadz88
Created April 12, 2019 15:45
Show Gist options
  • Save zawadz88/c3a9d85d56a072ce9d03ad7a27a3ad9f to your computer and use it in GitHub Desktop.
Save zawadz88/c3a9d85d56a072ce9d03ad7a27a3ad9f to your computer and use it in GitHub Desktop.
@Target(AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER)
@Retention(value = RUNTIME)
@MapKey
internal 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