Class

scala.reflect.api.Annotations

NestedArgumentExtractor

Related Doc: package Annotations

Permalink

abstract class NestedArgumentExtractor extends AnyRef

An extractor class to create and pattern match with syntax NestedArgument(annotation) where annotation is the nested annotation.

Annotations
@deprecated
Deprecated

(Since version 2.11.0) Use Annotation.tree to inspect annotation arguments

Source
Annotations.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NestedArgumentExtractor
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NestedArgumentExtractor()

    Permalink

Abstract Value Members

  1. abstract def apply(annotation: Universe.Annotation): Universe.NestedArgument

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) Use Annotation.tree to inspect annotation arguments

  2. abstract def unapply(arg: Universe.NestedArgument): Option[Universe.Annotation]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) Use Annotation.tree to inspect annotation arguments