summaryrefslogtreecommitdiff
path: root/src/library/scala/SerialVersionUID.scala
blob: 8c22479f3b430e55a4c6046be12f7099195bc65d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*                     __                                               *\
**     ________ ___   / /  ___     Scala API                            **
**    / __/ __// _ | / /  / _ |    (c) 2002-2009, LAMP/EPFL             **
**  __\ \/ /__/ __ |/ /__/ __ |                                         **
** /____/\___/_/ |_/____/_/ | |                                         **
**                          |/                                          **
*/

// $Id$


package scala


/**
 * Annotation for specifying the static SerialVersionUID field
 * of a serializable class
 */
class SerialVersionUID(uid: Long) extends StaticAnnotation