summaryrefslogblamecommitdiff
path: root/src/library/scala/annotation/ClassfileAnnotation.scala
blob: aca9d2d13f73f495b7aa0ebef53ddbe22a21112f (plain) (tree)
1
2
3
4
5
6
7
8
9

                                                                          
                                                                          




                                                                          
                        


                                                                 

                                                                                   



                           
              
   
                                                  
/*                     __                                               *\
**     ________ ___   / /  ___     Scala API                            **
**    / __/ __// _ | / /  / _ |    (c) 2006-2010, LAMP/EPFL             **
**  __\ \/ /__/ __ |/ /__/ __ |    http://scala-lang.org/               **
** /____/\___/_/ |_/____/_/ | |                                         **
**                          |/                                          **
\*                                                                      */

package scala.annotation

/** <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
 *  @since 2.4
 */
trait ClassfileAnnotation extends StaticAnnotation