trait RpcTag extends Annotation with RealSymAnnotation

Base trait for RPC tag annotations. Tagging gives more direct control over how real methods and their parameters are matched against raw methods and their parameters. For more information about method tagging, see documentation of methodTag. For more information about parameter tagging, see documentation of paramTag.

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