InternalApi

@RequiresOptIn(level = RequiresOptIn.Level.ERROR, message = "This API is internal in Exposed and should not be used. It may be changed or removed in the future without notice.")
annotation class InternalApi

API marked with this annotation is internal and should not be used outside Exposed. It may be changed or removed in the future without notice. Using it outside Exposed may result in undefined and unexpected behaviour.