ExtensionFunctionType
@Target([AnnotationTarget.TYPE]) annotation class ExtensionFunctionType
(Common source) (Native source)
Signifies that the annotated functional type represents an extension function.
Constructors
<init>
Signifies that the annotated functional type represents an extension function.
<init>()
Extension Properties
annotationClass
Returns a KClass instance corresponding to the annotation type of this annotation.
val <T : Annotation> T.annotationClass: KClass<out T>