Scala Library: scala.reflect.NoManifest
scala.reflect.NoManifest
object NoManifest extends OptManifest[Nothing] with SerializableOne of the branches of an scala.reflect.OptManifest.
Full Source:
/* __ *\
** ________ ___ / / ___ Scala API **
** / __/ __// _ | / / / _ | (c) 2007-2013, LAMP/EPFL **
** __\ \/ /__/ __ |/ /__/ __ | http://scala-lang.org/ **
** /____/\___/_/ |_/____/_/ | | **
** |/ **
\* */
package scala
package reflect
/** One of the branches of an [[scala.reflect.OptManifest]].
*/
// TODO undeprecated until Scala reflection becomes non-experimental
// @deprecated("This notion doesn't have a corresponding concept in 2.10, because scala.reflect.runtime.universe.TypeTag can capture arbitrary types. Use type tags instead of manifests, and there will be no need in opt manifests.", "2.10.0")
object NoManifest extends OptManifest[Nothing] with Serializable {
override def toString = "<?>"
}Interested in Scala?
I send out weekly, personalized emails with articles and conference talks.
Subscribe now.