BooleanBeanProperty
This annotation has the same functionality as
scala.beans.BeanProperty
, but the generated Bean getter will be
named isFieldName
instead of getFieldName
.
- Source:
- BooleanBeanProperty.scala
This annotation has the same functionality as
scala.beans.BeanProperty
, but the generated Bean getter will be
named isFieldName
instead of getFieldName
.