commonMain.io.ks3.core.Ks3Internal.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ks3-core Show documentation
Show all versions of ks3-core Show documentation
KotlinX Serialization standard serializers
The newest version!
package io.ks3.core
/**
* An internal Ks3 feature that is public for operational reasons but should not be used by end users.
*/
@Target(AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.TYPEALIAS)
@MustBeDocumented
@Retention(value = AnnotationRetention.BINARY)
@RequiresOptIn(level = RequiresOptIn.Level.WARNING)
annotation class Ks3Internal
© 2015 - 2025 Weber Informatics LLC | Privacy Policy