summaryrefslogblamecommitdiff
path: root/src/library/scala/deprecatedName.scala
blob: e91ce6e8f434c9e8d54f119e97f898b22ddf476e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                         
                                                                      
package scala

import annotation.target._

/**
 * An annotation that designates the name of the parameter to which it is
 * applied as deprecated. Using that name in a named argument generates
 * a deprecation warning.
 *
 * @since 2.8.1
 */
@param
class deprecatedName(name: Symbol) extends annotation.StaticAnnotation