kotlin.reflect.KClass
KClass
interface KClass<T : Any> : KDeclarationContainer, KAnnotatedElement, KClassifier
Represents a class and provides introspection capabilities. Instances of this class are obtainable by the ::class
syntax. See the Kotlin language documentation for more information.
Parameters
T
- the type of the class.
Properties
|