
com.avsystem.commons.rpc.RPCName.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-annotations_2.12.0-RC1 Show documentation
Show all versions of commons-annotations_2.12.0-RC1 Show documentation
AVSystem commons library for Scala
The newest version!
package com.avsystem.commons
package rpc
import scala.annotation.StaticAnnotation
/**
* You can use this annotation on overloaded RPC methods to give them unique identifiers for RPC serialization.
*/
class RPCName(val name: String) extends StaticAnnotation
© 2015 - 2025 Weber Informatics LLC | Privacy Policy