BooleanBeanProperty
@field @deprecatedInheritance("Scheduled for being final in the future", "2.13.0") 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.
This annotation has the same functionality as
scala.beans.BeanProperty, but the generated Bean getter will be
named isFieldName instead of getFieldName.