kreuzberg.rpc.ApiName.scala Maven / Gradle / Ivy
The newest version!
package kreuzberg.rpc
import scala.annotation.StaticAnnotation
/** Annotation to set the API name */
case class ApiName(name: String) extends StaticAnnotation
© 2015 - 2024 Weber Informatics LLC | Privacy Policy