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

com.ecfront.rpc.autobuilding.Annotation.scala Maven / Gradle / Ivy

package com.ecfront.rpc.autobuilding

import scala.annotation.StaticAnnotation


case class get(uri: String, http: Boolean, akka: Boolean) extends StaticAnnotation

case class post(uri: String, http: Boolean, akka: Boolean) extends StaticAnnotation

case class delete(uri: String, http: Boolean, akka: Boolean) extends StaticAnnotation

case class put(uri: String, http: Boolean, akka: Boolean) extends StaticAnnotation




© 2015 - 2025 Weber Informatics LLC | Privacy Policy