KAnnotated Element
interface KAnnotatedElement
Represents an annotated element and allows to obtain its annotations. See the Kotlin language documentation for more information.
interface KAnnotatedElement
Represents an annotated element and allows to obtain its annotations. See the Kotlin language documentation for more information.
Properties
Inheritors
Extensions
Link copied to clipboard
Returns an annotation of the given type on this element.
Link copied to clipboard
Returns true if this element is annotated with an annotation of type T.