Package-level declarations

Types

Link copied to clipboard
@RequiresOptIn(level = RequiresOptIn.Level.ERROR, message = "This type is not intended to be subclassed outside Ktor and its plugins.")
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class InternalKtorSubclassing

Marks open types that are not intended to be subclassed outside Ktor and its plugins.