ParameterName
Annotates type arguments of functional type and holds corresponding parameter name specified by the user in type declaration (if any).
Constructors
<init>
Annotates type arguments of functional type and holds corresponding parameter name specified by the user in type declaration (if any).
<init>
(
name
:
String
)
Properties
name
val
name
:
String
Extension Properties
annotationClass
Returns a KClass instance corresponding to the annotation type of this annotation.
val
<
T
:
Annotation
>
T
.
annotationClass
:
KClass
<
out
T
>