summaryrefslogtreecommitdiff
path: root/src/library/scala/reflect/BooleanBeanProperty.scala
blob: f90f11f7cb90abe915ffb02148781821cfdc47bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*                     __                                               *\
**     ________ ___   / /  ___     Scala API                            **
**    / __/ __// _ | / /  / _ |    (c) 2002-2010, LAMP/EPFL             **
**  __\ \/ /__/ __ |/ /__/ __ |    http://scala-lang.org/               **
** /____/\___/_/ |_/____/_/ | |                                         **
**                          |/                                          **
\*                                                                      */



package scala.reflect

import annotation.target._

/** <p>
 *    This annotation has the same functionality as
 *    <code>scala.reflect.BeanProperty</code>, but the generated
 *    Bean getter will be named <code>isFieldName</code> instead
 *    of <code>getFieldName</code>.
 *  </p>
 */
@field
class BooleanBeanProperty extends StaticAnnotation