CollectionWrapper

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

Properties

Link copied to clipboard
val forType: KClass<*>