Guest User

Untitled

a guest
Jun 19th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. @MustBeDocumented
  2. @Target(AnnotationTarget.FUNCTION,
  3. AnnotationTarget.PROPERTY_GETTER,
  4. AnnotationTarget.PROPERTY_SETTER)
  5. @Retention(AnnotationRetention.RUNTIME)
  6. @MapKey
  7. annotation class ViewModelKey(val value: KClass<out ViewModel>)
Add Comment
Please, Sign In to add comment