final class annotated[A <: StaticAnnotation] extends Annotation with RawSymAnnotation

Filter applied on raw methods or parameters which tells the macro engine that this raw method or parameter may only match real methods or parameters annotated with at least one annotation of given type A (or any subtype).

This is similar to tagged but simplier. Tagging lets you explicitly specify all possible tag types and provide default/fallback tags when no tag is present.

A

type of annotation required to be present on real method or parameter

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. annotated
  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 annotated()