kotlinpoet
Toggle table of contents
2.1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
kotlinpoet
kotlinpoet
/
com.squareup.kotlinpoet
/
TypeName
/
copy
copy
jvm
fun
copy
(
nullable
:
Boolean
=
this.isNullable
,
annotations
:
List
<
AnnotationSpec
>
=
this.annotations.toList()
)
:
TypeName
abstract
fun
copy
(
nullable
:
Boolean
=
this.isNullable
,
annotations
:
List
<
AnnotationSpec
>
=
this.annotations.toList()
,
tags
:
Map
<
KClass
<
*
>
,
Any
>
=
this.tags
)
:
TypeName