scala

class deprecated

[source: scala/deprecated.scala]

class deprecated(message : java.lang.String)
extends StaticAnnotation
An annotation that designates the definition to which it is applied as deprecated. Access to the member then generates a deprecated warning.
Additional Constructor Summary
def this : deprecated
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Additional Constructor Details
def this : deprecated