|
Scala 2.3.3.10048
|
abstract
class
Attribute
extends
java.lang.Object
with
scala.ScalaObject
A base class for attributes. Atributes 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 StaticAttribute
or/and
ClassfileAttribute
.
Constructor Summary | |
def
this
|
Constructor Detail |