summaryrefslogtreecommitdiff
path: root/src/library/scala/ClassfileAnnotation.scala
blob: 62a9bea66390592bcc51a6e53470cbb4da81e9a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*                     __                                               *\
**     ________ ___   / /  ___     Scala API                            **
**    / __/ __// _ | / /  / _ |    (c) 2006-2009, LAMP/EPFL             **
**  __\ \/ /__/ __ |/ /__/ __ |    http://scala-lang.org/               **
** /____/\___/_/ |_/____/_/ | |                                         **
**                          |/                                          **
\*                                                                      */

// $Id$


package scala

/** <p>
 *    A base class for classfile annotations. These are stored as
 *    <a href="http://java.sun.com/j2se/1.5.0/docs/guide/language/annotations.html"
 *    target="_top">Java annotations</a> in classfiles.
 *  </p>
 *
 *  @author  Martin Odersky
 *  @version 1.1, 2/02/2007
 */
trait ClassfileAnnotation extends Annotation