All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scala.scalajs.js.annotation.ScalaJSDefined.scala Maven / Gradle / Ivy

The newest version!
/*                     __                                               *\
**     ________ ___   / /  ___      __ ____  Scala.js API               **
**    / __/ __// _ | / /  / _ | __ / // __/  (c) 2013-2015, LAMP/EPFL   **
**  __\ \/ /__/ __ |/ /__/ __ |/_// /_\ \    http://scala-js.org/       **
** /____/\___/_/ |_/____/_/ | |__/ /____/                               **
**                          |/____/                                     **
\*                                                                      */


package scala.scalajs.js.annotation

/** Marks the annotated class as a Scala.js-defined JavaScript class.
 *
 *  This annotation may only be used on a class extending
 *  [[scala.scalajs.js.Any js.Any]].
 */
class ScalaJSDefined extends scala.annotation.StaticAnnotation




© 2015 - 2025 Weber Informatics LLC | Privacy Policy