SubType

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

Specifies subtype(s) of the annotated class.

Parameters

type

one possible subtype

Properties

Link copied to clipboard
val type: KClass<*>