@Target([AnnotationTarget.CLASS, AnnotationTarget.FILE]) class RxGen
Associate an RxJava generated class with its original type, used for mapping the generated classes to their original type.
Author
Julien Viet
RxGen(value: KClass<Any>)
Associate an RxJava generated class with its original type, used for mapping the generated classes to their original type. |
val value: KClass<Any> |