Package-level declarations

Types

Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class Schema(val value: String = "json", val withSchemaObject: Boolean = false)

Annotation to define a schema for a class or type.