kotlin-stdlib
JRE
kotlin-stdlib
/
kotlin.reflect.full
/
hasAnnotation
has
Annotation
JRE
inline
fun
<
T
:
Annotation
>
KAnnotatedElement
.
hasAnnotation
(
)
:
Boolean
Returns true if this element is annotated with an annotation of type
T
.
Since Kotlin
1.4