Trait

scala.reflect.api.Annotations

NestedArgumentApi

Related Doc: package Annotations

Permalink

trait NestedArgumentApi extends AnyRef

API of NestedArgument instances. The main source of information about annotations is the scala.reflect.api.Annotations page.

Annotations
@deprecated
Deprecated

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

Source
Annotations.scala
Linear Supertypes
Known Subclasses
NestedArgument
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NestedArgumentApi
  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

Abstract Value Members

  1. abstract def annotation: Universe.Annotation

    Permalink

    The underlying nested annotation.

    The underlying nested annotation.

    Annotations
    @deprecated
    Deprecated

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