
se.ansman.kotshi.InternalKotshiApi.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of api Show documentation
Show all versions of api Show documentation
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