kotlinpoet
/
com.squareup.kotlinpoet
/
TypeName
/
copy
copy
fun
copy
(nullable:
Boolean
= this.isNullable, annotations:
List
<
AnnotationSpec
> = this.annotations.toList()):
TypeName
Content copied to clipboard
abstract fun
copy
(nullable:
Boolean
= this.isNullable, annotations:
List
<
AnnotationSpec
> = this.annotations.toList(), tags:
Map
<
KClass
<*>,
Any
> = this.tags):
TypeName
Content copied to clipboard