summaryrefslogtreecommitdiff
path: root/src/dotnet-library/scala/remote.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/dotnet-library/scala/remote.scala')
-rw-r--r--src/dotnet-library/scala/remote.scala20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/dotnet-library/scala/remote.scala b/src/dotnet-library/scala/remote.scala
new file mode 100644
index 0000000000..590cce82a2
--- /dev/null
+++ b/src/dotnet-library/scala/remote.scala
@@ -0,0 +1,20 @@
+/* __ *\
+** ________ ___ / / ___ Scala API **
+** / __/ __// _ | / / / _ | (c) 2002-2007, LAMP/EPFL **
+** __\ \/ /__/ __ |/ /__/ __ | **
+** /____/\___/_/ |_/____/_/ | | **
+** |/ **
+\* */
+
+// $Id$
+
+
+package scala
+
+/**
+ * An attribute that designates the class to which it is applied as remotable.
+ *
+ * @see Method <a href="ScalaObject.html#$tag()">$tag</a> in trait
+ * <a href="ScalaObject.html">scala.ScalaObject</a>.
+ */
+class remote extends Attribute {}