PolymorphicCollection

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class PolymorphicCollection(root: KClass<*>)

Properties

root
Link copied to clipboard
val root: KClass<*>