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

                                                                          
                                                                          
                                                                          

                                                                          

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



package scala

/**
 * An annotation that designates the class to which it is applied as remotable.
 */
class remote extends StaticAnnotation {}