scala

trait StaticAnnotation

[source: scala/StaticAnnotation.scala]

trait StaticAnnotation
extends Annotation

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

Author
Martin Odersky
Version
1.1, 2/02/2007
Direct Known Subclasses:
ClassfileAnnotation, SerialVersionUID, cloneable, deprecated, inline, native, noinline, remote, serializable, specialized, throws, transient, volatile, experimental, switch, tailrec, uncheckedStable, uncheckedVariance, BeanProperty, BooleanBeanProperty

Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf