|
Scala 2.4.0-RC1
|
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
.
Constructor Summary | |
def
this
|
Constructor Detail |