ExtensionFunctionType

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

Signifies that the annotated functional type represents an extension function.

Constructors

Common
JVM
JS
Native
1.0

<init>

Signifies that the annotated functional type represents an extension function.

<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 >