All Downloads are FREE. Search and download functionalities are using the official Maven repository.

okhttp3.internal.SuppressSignatureCheck.kt Maven / Gradle / Ivy

There is a newer version: 5.0.0-alpha.14
Show 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)
annotation class SuppressSignatureCheck




© 2015 - 2024 Weber Informatics LLC | Privacy Policy