DocumentedType

@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class DocumentedType(val type: KClass<*>)

Properties

Link copied to clipboard
val type: KClass<*>