MapTo

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class MapTo(val target: KClass<*>)

Properties

Link copied to clipboard
val target: KClass<*>