commonMain.RaptorInternalApi.kt Maven / Gradle / Ivy
The newest version!
package io.fluidsonic.raptor
@RequiresOptIn(
level = RequiresOptIn.Level.ERROR,
message = "This is an internal io.fluidsonic.raptor API that should not be used from outside of io.fluidsonic.raptor. " +
"No compatibility guarantees are provided." +
"It is recommended to report your use-case of internal API to io.fluidsonic.raptor issue tracker, so stable API could be provided instead."
)
@Retention(value = AnnotationRetention.BINARY)
@Target(AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY, AnnotationTarget.TYPEALIAS)
public annotation class RaptorInternalApi
© 2015 - 2025 Weber Informatics LLC | Privacy Policy