scala

reflect

package reflect

Visibility

  1. Public
  2. All

Type Members

  1. class BeanDescription extends Annotation

    Provides a short description that will be included when generating bean information .

  2. class BeanDisplayName extends Annotation

    Provides a display name when generating bean information .

  3. class BeanInfo extends Annotation

    This annotation indicates that a JavaBean-compliant BeanInfo class should be generated for this annotated Scala class .

  4. class BeanInfoSkip extends Annotation

    This annotation indicates that bean information should not be generated for the val, var, or def that it is attached to .

  5. class BeanProperty extends Annotation with StaticAnnotation

    When attached to a field, this annotation adds a setter and a getter method following the Java Bean convention .

  6. class BooleanBeanProperty extends Annotation with StaticAnnotation

    This annotation has the same functionality as scala .

  7. trait ClassManifest[T] extends OptManifest[T] with Equals

    A ClassManifest[T] is an opaque descriptor for type T .

  8. trait OptManifest[+T] extends AnyRef

    A OptManifest[T] is an optional

    class ScalaBeanInfo extends SimpleBeanInfo

    Provides some simple runtime processing necessary to create JavaBean descriptors for Scala entities .

Value Members

  1. object ClassManifest extends AnyRef

    This object is used by the compiler and should not be used in client code .

  2. object NameTransformer extends AnyRef

    no summary matey

  3. object NoManifest extends OptManifest[Nothing]

    One of the branches of an OptManifest

  4. package generic