final class caseTag[BaseTag <: RpcTag] extends Annotation with RawSymAnnotation

Like paramTag or methodTag but used for tagging case classes in sealed hierarchies when materializing ADT metadata for them.

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

Instance Constructors

  1. new caseTag(defaultTag: BaseTag = null)

Value Members

  1. val defaultTag: BaseTag