Provides a short description that will be included when generating bean information.
Provides a display name when generating bean information.
This annotation indicates that a JavaBean-compliant BeanInfo
class
should be generated for this annotated Scala class.
This annotation indicates that bean information should not be generated for the val, var, or def that it is attached to.
When attached to a field, this annotation adds a setter and a getter method following the Java Bean convention.
This annotation has the same functionality as
scala.beans.BeanProperty
, but the generated Bean getter will be
named isFieldName
instead of getFieldName
.
Provides some simple runtime processing necessary to create JavaBean descriptors for Scala entities.