scala

trait StaticAttribute

[source: scala/StaticAttribute.scala]

@deprecated

trait StaticAttribute
extends Attribute

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

Deprecated
use StaticAnnotation instead
Author
Martin Odersky
Version
1.1, 2/02/2007
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf