c

com.avsystem.commons.rpc

unmatchedParam

final class unmatchedParam[Tag <: RpcTag] extends Annotation with RawMethodAnnotation

Can be applied on raw RPC method or method metadata parameter to customize compilation error message for unmatched real parameters tagged as Tag.

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. unmatchedParam
  2. RawMethodAnnotation
  3. RawSymAnnotation
  4. StaticAnnotation
  5. Annotation
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new unmatchedParam(error: String)