BooleanBeanProperty
scala.beans.BooleanBeanProperty
class BooleanBeanProperty extends StaticAnnotation
This annotation has the same functionality as scala.beans.BeanProperty
, but the generated Bean getter will be named isFieldName
instead of getFieldName
.
Attributes
- Source
- BooleanBeanProperty.scala
- Graph
-
- Supertypes
In this article