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

golden.framework.web.HttpMethodAnnotation.scala Maven / Gradle / Ivy

package golden.framework.web
import scala.annotation.{compileTimeOnly, StaticAnnotation}

@compileTimeOnly("`HttpMethodAnnotation` is compile time only annotation")
private trait HttpMethodAnnotation extends StaticAnnotation:
  val path: String
  val order: Int




© 2015 - 2024 Weber Informatics LLC | Privacy Policy