Package

scala.scalajs.reflect

annotation

Permalink

package annotation

Visibility
  1. Public
  2. All

Type Members

  1. class EnableReflectiveInstantiation extends Annotation with StaticAnnotation

    Permalink

    Enables reflective instantiation for the annotated class, trait or object, and all its descendants.

    Enables reflective instantiation for the annotated class, trait or object, and all its descendants.

    Affected classes can be identified at run-time through methods of scala.scalajs.reflect.Reflect.

Ungrouped