scala.reflect

class BeanInfo

[source: scala/reflect/BeanInfo.scala]

class BeanInfo
extends Annotation

This attribute indicates that a JavaBean-compliant BeanInfo class should be generated for this attributed Scala class. A val becomes a read-only property. A var becomes a read-write property. A def becomes a method.

Author
Ross Judson ([email protected])
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf