MissingTypeImpl

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

Declares the default implementation of a polymorphic base type when its JSON type id is missing.

Properties

Link copied to clipboard
val impl: KClass<*>