How to use Swagger @ApiOperation annotation in Kotlin?

62 views Asked by At

How to convert the following Swagger annotations from Java to Kotlin?

@ApiOperation(value = "Create a person", notes = "API login ", extensions = {
@Extension(properties = { @ExtensionProperty(name = "x-42c-no-authentication", value = "true") })
})
0

There are 0 answers