A ClassTag[T] wraps a runtime class, which can be accessed via the runtimeClass method.
(Since version 2.10.0) Use type tags and manually check the corresponding class or type instead
(Since version 2.10.0) Use @scala.beans.BeanDescription instead
(Since version 2.10.0) Use @scala.beans.BeanDisplayName instead
(Since version 2.10.0) Use @scala.beans.BeanInfo instead
(Since version 2.10.0) Use @scala.beans.BeanInfoSkip instead
(Since version 2.10.0) Use @scala.beans.BeanProperty instead
(Since version 2.10.0) Use @scala.beans.BooleanBeanProperty instead
A ClassManifest[T] is an opaque descriptor for type T.
A Manifest[T] is an opaque descriptor for type T.
A OptManifest[T] is an optional Manifest.
(Since version 2.10.0) Use @scala.beans.ScalaBeanInfo instead
Provides functions to encode and decode Scala symbolic names.
The object ClassManifest defines factory methods for manifests.
The object Manifest defines factory methods for manifests.
One of the branches of an OptManifest.