ExtensionFunctionType

@Target(allowedTargets = [AnnotationTarget.TYPE])
annotation class ExtensionFunctionType(source)

Signifies that the annotated functional type represents an extension function.

Since Kotlin

1.0
@Target(allowedTargets = [AnnotationTarget.TYPE])
annotation class ExtensionFunctionType(source)

Signifies that the annotated functional type represents an extension function.

Since Kotlin

1.3