Trait

scala.reflect.api.Annotations

LiteralArgumentApi

Related Doc: package Annotations

Permalink

trait LiteralArgumentApi extends AnyRef

The API of LiteralArgument 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
LiteralArgument
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LiteralArgumentApi
  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 value: Universe.Constant

    Permalink

    The underlying compile-time constant value.

    The underlying compile-time constant value.

    Annotations
    @deprecated
    Deprecated

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