kotlin.reflect.KAnnotatedElement
KAnnotatedElement
interface KAnnotatedElement
Represents an annotated element and allows to obtain its annotations. See the Kotlin language documentation for more information.
Properties
abstract val annotations: List<Annotation>登录查看完整内容 |