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

org.http4k.connect.Http4kConnectApiClient.kt Maven / Gradle / Ivy

There is a newer version: 5.35.2.0
Show newest version
package org.http4k.connect

@Target(AnnotationTarget.CLASS)
annotation class Http4kConnectApiClient

@Deprecated("Renamed to Http4kConnectApiClient instead", ReplaceWith("Http4kConnectApiClient"))
typealias Http4kConnectAdapter = Http4kConnectApiClient

/**
 * Marker attached to all actions to drive the client code generation.
 *
 * docs: Optional information for this action. Can be link or other notes.
 */
@Target(AnnotationTarget.CLASS)
annotation class Http4kConnectAction(val docs: String = "")




© 2015 - 2024 Weber Informatics LLC | Privacy Policy