class rpcName extends Annotation with RealSymAnnotation

You can use this annotation on overloaded RPC methods to give them unique identifiers for RPC serialization. You can also subclass this annotation provided that you always override the name parameter with another constructor parameter.

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. rpcName
  2. RealSymAnnotation
  3. StaticAnnotation
  4. Annotation
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new rpcName(name: String)

Value Members

  1. val name: String