summaryrefslogtreecommitdiff
path: root/src/library/scala/beans/BeanInfoSkip.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/scala/beans/BeanInfoSkip.scala')
-rw-r--r--src/library/scala/beans/BeanInfoSkip.scala18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/library/scala/beans/BeanInfoSkip.scala b/src/library/scala/beans/BeanInfoSkip.scala
new file mode 100644
index 0000000000..23adf74924
--- /dev/null
+++ b/src/library/scala/beans/BeanInfoSkip.scala
@@ -0,0 +1,18 @@
+/* __ *\
+** ________ ___ / / ___ Scala API **
+** / __/ __// _ | / / / _ | (c) 2002-2011, LAMP/EPFL **
+** __\ \/ /__/ __ |/ /__/ __ | http://scala-lang.org/ **
+** /____/\___/_/ |_/____/_/ | | **
+** |/ **
+\* */
+
+
+package scala.beans
+
+/** This annotation indicates that bean information should
+ * <strong>not</strong> be generated for the val, var, or def that it is
+ * attached to.
+ *
+ * @author Ross Judson (rjudson@managedobjects.com)
+ */
+class BeanInfoSkip extends annotation.Annotation