added optional manifest

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@16997 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
odersky 2009-01-28 19:18:08 +00:00
parent 7a6c9fc929
commit 90bc2854e8
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ package scala.reflect
* </p>
*/
@serializable
trait Manifest[T] {
trait Manifest[T] extends OptManifest[T] {
/** A class representing the type U to which T would be erased. Note
* that there is no subtyping relationship between T and U. */