scala.reflect.generic

AnnotationInfos

trait AnnotationInfos extends AnyRef

Self Type
Universe
Annotations
@deprecated
Deprecated

scala.reflect.generic will be removed

Source
AnnotationInfos.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. AnnotationInfos
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Type Members

  1. type AnnotationInfo <: AnyRef

    Attributes
    abstract
  2. class AnnotationInfoExtractor extends AnyRef

    Attributes
    abstract
  3. type ArrayAnnotArg <: ClassfileAnnotArg

    Attributes
    abstract
  4. class ArrayAnnotArgExtractor extends AnyRef

    Attributes
    abstract
  5. type ClassfileAnnotArg <: AnyRef

    Attributes
    abstract
  6. type LiteralAnnotArg <: ClassfileAnnotArg

    Attributes
    abstract
  7. class LiteralAnnotArgExtractor extends AnyRef

    Attributes
    abstract
  8. type NestedAnnotArg <: ClassfileAnnotArg

    Attributes
    abstract
  9. class NestedAnnotArgExtractor extends AnyRef

    Attributes
    abstract

Abstract Value Members

  1. val AnnotationInfo : AnnotationInfoExtractor

    Attributes
    abstract
  2. val ArrayAnnotArg : ArrayAnnotArgExtractor

    Attributes
    abstract
  3. val LiteralAnnotArg : LiteralAnnotArgExtractor

    Attributes
    abstract
  4. val NestedAnnotArg : NestedAnnotArgExtractor

    Attributes
    abstract
  5. implicit def classfileAnnotArgManifest : ClassManifest[ClassfileAnnotArg]

    Attributes
    implicit abstract