UnsafeVariance

Common
JVM
JS
Native
1.0
@Target ( [AnnotationTarget.TYPE] ) annotation class UnsafeVariance
(Common source) (Native source)

Suppresses errors about variance conflict

Constructors

Common
JVM
JS
Native
1.0

<init>

Suppresses errors about variance conflict

<init> ( )

Extension Properties

JVM
1.0

annotationClass

Returns a KClass instance corresponding to the annotation type of this annotation.

val < T : Annotation > T . annotationClass : KClass < out T >