![JAR search and dependency download from the Maven repository](/logo.png)
jvmMain.okhttp3.internal.SuppressSignatureCheck.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of okhttp-jvm Show documentation
Show all versions of okhttp-jvm Show documentation
Square’s meticulous HTTP client for Java and Kotlin.
The newest version!
package okhttp3.internal
import java.lang.annotation.Documented
import kotlin.annotation.AnnotationRetention.BINARY
import kotlin.annotation.AnnotationTarget.CLASS
import kotlin.annotation.AnnotationTarget.CONSTRUCTOR
import kotlin.annotation.AnnotationTarget.FUNCTION
@Retention(BINARY)
@Documented
@Target(CONSTRUCTOR, CLASS, FUNCTION)
internal annotation class SuppressSignatureCheck
© 2015 - 2025 Weber Informatics LLC | Privacy Policy