classRawJSType extends Annotation with StaticAnnotation
Marks the annotated class, trait or object as a raw JavaScript type.
This annotation is added automatically by the compiler to all classes,
traits and objects inheriting directly or indirectly from
scala.scalajs.js.Any. It marks the annotated entity as being a raw
JavaScript type, i.e., one that represents type information for an entity
defined in JavaScript code.
Marks the annotated class, trait or object as a raw JavaScript type.
This annotation is added automatically by the compiler to all classes, traits and objects inheriting directly or indirectly from scala.scalajs.js.Any. It marks the annotated entity as being a raw JavaScript type, i.e., one that represents type information for an entity defined in JavaScript code.
Do not use this annotation yourself.