/* __ *\ ** ________ ___ / / ___ Scala API ** ** / __/ __// _ | / / / _ | (c) 2002-2007, LAMP/EPFL ** ** __\ \/ /__/ __ |/ /__/ __ | ** ** /____/\___/_/ |_/____/_/ | | ** ** |/ ** \* */ // $Id$ package scala /** * An annotation that designates the class to which it is applied as remotable. * * @see Method $tag in trait * scala.ScalaObject. */ class remote extends Annotation {}