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

commonMain.com.javiersc.kotlin.kopy.KopyOptIn.kt Maven / Gradle / Ivy

Go to download

A compiler plugin to improve how to copy data classes with a nice DSL in Kotlin.

There is a newer version: 0.11.0+2.0.20
Show newest version
package com.javiersc.kotlin.kopy

@RequiresOptIn(
    message =
        """The Kopy plugin must be applied to use this API:
             • https://github.com/JavierSegoviaCordoba/kopy
        """,
)
@Retention(AnnotationRetention.BINARY)
@Target(AnnotationTarget.FUNCTION)
public annotation class KopyOptIn




© 2015 - 2024 Weber Informatics LLC | Privacy Policy