summaryrefslogtreecommitdiff
path: root/src/library/scala/reflect/BooleanBeanProperty.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/scala/reflect/BooleanBeanProperty.scala')
-rw-r--r--src/library/scala/reflect/BooleanBeanProperty.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/library/scala/reflect/BooleanBeanProperty.scala b/src/library/scala/reflect/BooleanBeanProperty.scala
index be1dadd5fe..eebdb98d9f 100644
--- a/src/library/scala/reflect/BooleanBeanProperty.scala
+++ b/src/library/scala/reflect/BooleanBeanProperty.scala
@@ -11,6 +11,8 @@
package scala.reflect
+import annotation.target._
+
/** <p>
* This annotation has the same functionality as
* <code>scala.reflect.BeanProperty</code>, but the generated
@@ -18,4 +20,5 @@ package scala.reflect
* of <code>getFieldName</code>.
* </p>
*/
+@field
class BooleanBeanProperty extends StaticAnnotation