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

se.ansman.kotshi.InternalKotshiApi.kt Maven / Gradle / Ivy

Go to download

An annotations processor that generates Moshi adapters from Kotlin data classes

The newest version!
package se.ansman.kotshi

@Retention(value = AnnotationRetention.BINARY)
@Target(AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.TYPEALIAS, AnnotationTarget.PROPERTY)
@RequiresOptIn(
    level = RequiresOptIn.Level.ERROR,
    message = "This is an internal Kotshi API that should not be used from outside of generated Kotshi code. No compatibility guarantees are provided."
)
annotation class InternalKotshiApi




© 2015 - 2025 Weber Informatics LLC | Privacy Policy