in scala
class Annotation

abstract class Annotation
extends java.lang.Object
with scala.ScalaObject

A base class for annotations. Annotations extending this class directly are not preserved for the Scala type checker and are also not stored as Java annotations in classfiles. To enable either or both of these, one needs to inherit from StaticAnnotation or/and ClassfileAnnotation.

Author:
Martin Odersky
Version:
1.1, 2/02/2007
Direct Known Subclasses:
volatile, unsealed, unchecked, transient, throws, serializable, remote, BeanProperty, deprecated, cloneable, StaticAnnotation, SerialVersionUID, ClassfileAnnotation

Constructor Summary
def this

Constructor Detail
def this