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

sttp.tapir.macros.SchemaAnnotationsMacros.scala Maven / Gradle / Ivy

There is a newer version: 1.11.9
Show newest version
package sttp.tapir.macros

import sttp.tapir.SchemaAnnotations
import sttp.tapir.internal.SchemaAnnotationsMacro

trait SchemaAnnotationsMacros {
  implicit inline def derived[T]: SchemaAnnotations[T] = ${ SchemaAnnotationsMacro.derived[T] }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy