scala.annotation

StaticAnnotation

trait StaticAnnotation extends Annotation

A base class for static annotations. These are available to the Scala type checker, even across different compilation units.

Source
StaticAnnotation.scala
Version

1.1, 2/02/2007

Since

2.4

Linear Supertypes
Annotation, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. StaticAnnotation
  2. Annotation
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All