summaryrefslogtreecommitdiff
path: root/src/library/scala/beans/BooleanBeanProperty.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/scala/beans/BooleanBeanProperty.scala')
-rw-r--r--src/library/scala/beans/BooleanBeanProperty.scala4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/library/scala/beans/BooleanBeanProperty.scala b/src/library/scala/beans/BooleanBeanProperty.scala
index 2215177a80..1c85a88c84 100644
--- a/src/library/scala/beans/BooleanBeanProperty.scala
+++ b/src/library/scala/beans/BooleanBeanProperty.scala
@@ -8,11 +8,9 @@
package scala.beans
-import meta._
-
/** This annotation has the same functionality as
* `scala.beans.BeanProperty`, but the generated Bean getter will be
* named `isFieldName` instead of `getFieldName`.
*/
-@field
+@scala.annotation.meta.field
class BooleanBeanProperty extends annotation.StaticAnnotation