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

commonMain.io.ks3.core.Ks3Internal.kt Maven / Gradle / Ivy

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