kotlin.reflect

Package kotlin.reflect

Runtime API for Kotlin reflection

Types

KAnnotatedElement

interface KAnnotatedElement

Represents an annotated element and allows to obtain its annotations. See the Kotlin language documentation for more information.

KCall