![JAR search and dependency download from the Maven repository](/logo.png)
com.ancientlightstudios.quarkus.kotlin.openapi.validation.Check.kt Maven / Gradle / Ivy
package com.ancientlightstudios.quarkus.kotlin.openapi.validation
import com.ancientlightstudios.quarkus.kotlin.openapi.models.transformable.TransformableSpec
interface Check {
fun verify(spec: TransformableSpec)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy