All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.io.github.windedge.copybuilder.KopyBuilder.kt Maven / Gradle / Ivy

There is a newer version: 0.1.8
Show newest version
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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy