t

com.avsystem.commons.meta

SymbolArity

sealed trait SymbolArity extends Annotation with RawParamAnnotation

Base trait for RPC arity annotations, single, optional and multi. Arity annotations may be used in multiple contexts:

- raw methods - raw parameters - metadata parameters for raw methods and raw parameters - metadata parameters that reify annotations (i.e. annotated with reifyAnnot)

See documentation of each arity annotation for more details.

Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SymbolArity
  2. RawParamAnnotation
  3. RawSymAnnotation
  4. StaticAnnotation
  5. Annotation
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All