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

com.papsign.ktor.openapigen.annotations.Response.kt Maven / Gradle / Ivy

package com.papsign.ktor.openapigen.annotations

@Target(AnnotationTarget.CLASS)
@Retention(AnnotationRetention.RUNTIME)
annotation class Response(val description: String = "", val statusCode: Int = 200)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy