in scala
class Attribute

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.

Deprecated:
use Annotation instead
Author:
Martin Odersky
Version:
1.1, 2/02/2007
Direct Known Subclasses:
BeanProperty, StaticAttribute, ClassfileAttribute, Annotation

Constructor Summary
def this

Constructor Detail
def this