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.reflect.BeanProperty
, but the generated
Bean getter will be named isFieldName
instead
of getFieldName
.
A ClassManifest[T] is an opaque descriptor for type T.
A Manifest[T] is an opaque descriptor for type T.
A OptManifest[T]
is an optional Manifest
.
Provides some simple runtime processing necessary to create JavaBean descriptors for Scala entities.
The object ClassManifest defines factory methods for manifests.
The object Manifest defines factory methods for manifests.
One of the branches of an OptManifest