commonMain.io.github.windedge.copybuilder.KopyBuilder.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of copybuilder-runtime-jvm Show documentation
Show all versions of copybuilder-runtime-jvm Show documentation
Construct an object with copy and map
package io.github.windedge.copybuilder
/**
* generate the `CopyBuilder` class for Kotlin's data class.
*/
@Retention(AnnotationRetention.SOURCE)
@Target(AnnotationTarget.CLASS)
@MustBeDocumented
public annotation class KopyBuilder