kotlin.ExtensionFunctionType
ExtensionFunctionType
@Target([AnnotationTarget.TYPE]) annotation class ExtensionFunctionType
Signifies that the annotated functional type represents an extension function.
Constructors
ExtensionFunctionType() Signifies that the annotated functional type represents an extension function. |