Trait

scala.reflect.api.Annotations

ArrayArgumentApi

Related Doc: package Annotations

Permalink

trait ArrayArgumentApi extends AnyRef

API of ArrayArgument 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
ArrayArgument
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ArrayArgumentApi
  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 args: Array[Universe.JavaArgument]

    Permalink

    The underlying array of Java annotation arguments.

    The underlying array of Java annotation arguments.

    Annotations
    @deprecated
    Deprecated

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