JvmRecord
Instructs compiler to mark the class as a record and generate relevant toString/equals/hashCode methods
Constructors
<init>
Instructs compiler to mark the class as a record and generate relevant toString/equals/hashCode methods
<init>
(
)
Extension Properties
annotationClass
Returns a KClass instance corresponding to the annotation type of this annotation.
val
<
T
:
Annotation
>
T
.
annotationClass
:
KClass
<
out
T
>