in scala
trait StaticAttribute

@scala.deprecated

abstract trait StaticAttribute
extends scala.Attribute
with scala.ScalaObject

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