Ktor OpenAPI/Swagger 3 Generator
Toggle table of contents
1.0.72
jvm
Platform filter
jvm
Switch theme
Search in API
Ktor OpenAPI/Swagger 3 Generator
Ktor OpenAPI/Swagger 3 Generator
/
com.papsign.ktor.openapigen.annotations.properties.description
/
Description
Description
@
Target
(
allowedTargets
=
[
AnnotationTarget.PROPERTY
,
AnnotationTarget.VALUE_PARAMETER
]
)
@
SchemaProcessorAnnotation
(
handler
=
DescriptionProcessor::class
)
annotation class
Description
(
val
value
:
String
)
(
source
)
Property annotation for providing a description of a schema model property
Members
Properties
value
Link copied to clipboard
val
value
:
String