scala

StaticAnnotation

trait StaticAnnotation extends Annotation

A base class for static annotations. These are available to the Scala type checker, even across different compilation units.

linear super types: Annotation, AnyRef, Any
known subclasses: field, param, beanGetter, beanSetter, setter, getter, uncheckedStable, uncheckedVariance, tailrec, elidable, switch, implicitNotFound, BeanProperty, BooleanBeanProperty, cpsParam, specialized, transient, volatile, native, SerialVersionUID, deprecated, inline, cloneable, serializable, noinline, ClassfileAnnotation, throws, remote
source: StaticAnnotation.scala
    version
  1. 1.1, 2/02/2007

    since
  1. 2.4

Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. StaticAnnotation
  2. Annotation
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All
Impl.
  1. Concrete
  2. Abstract