summaryrefslogtreecommitdiff
path: root/src/library/scala/SpecializableCompanion.scala
blob: 1a9ce71d2a0c4c73497cbd9fe86d964c27e55681 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*                     __                                               *\
**     ________ ___   / /  ___     Scala API                            **
**    / __/ __// _ | / /  / _ |    (c) 2002-2013, LAMP/EPFL             **
**  __\ \/ /__/ __ |/ /__/ __ |    http://scala-lang.org/               **
** /____/\___/_/ |_/____/_/ | |                                         **
**                          |/                                          **
\*                                                                      */

package scala

/** A common supertype for companion classes which specialization takes into account.
 */
@deprecated("Use Specializable instead", "2.10.0")
private[scala] trait SpecializableCompanion