sttp.tapir.macros.AttributeKeyMacros.scala Maven / Gradle / Ivy
The newest version!
package sttp.tapir.macros
import sttp.tapir.AttributeKey
import sttp.tapir.internal.AttributeKeyMacro
trait AttributeKeyMacros {
def apply[T]: AttributeKey[T] = macro AttributeKeyMacro[T]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy