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

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

The newest version!
package sttp.tapir.macros

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy