org.http4k.connect.Http4kConnectAdapter.kt Maven / Gradle / Ivy
package org.http4k.connect
@Target(AnnotationTarget.CLASS)
annotation class Http4kConnectAdapter
@Target(AnnotationTarget.CLASS)
/**
* Marker attached to all actions to drive the adapter code generation.
*
* docs: Optional information for this action. Can be link or other notes.
*/
annotation class Http4kConnectAction(val docs: String = "")
© 2015 - 2025 Weber Informatics LLC | Privacy Policy