Created
February 1, 2020 09:20
-
-
Save diousk/3ae503e71c9c9547b9f443a7bc862eb6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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