summaryrefslogtreecommitdiff
path: root/src/library/scala/inline.scala
blob: 8ac8662ac3ea000293e85822706ef7d0129cc3f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*                     __                                               *\
**     ________ ___   / /  ___     Scala API                            **
**    / __/ __// _ | / /  / _ |    (c) 2002-2009, LAMP/EPFL             **
**  __\ \/ /__/ __ |/ /__/ __ |    http://scala-lang.org/               **
** /____/\___/_/ |_/____/_/ | |                                         **
**                          |/                                          **
\*                                                                      */

// $Id$


package scala

/**
 * An annotation on methods that requests that the compiler should
 * try especially hard to inline the annotated method.
 *
 * @author Lex Spoon
 * @version 1.0, 2007-5-21
 */
class inline extends StaticAnnotation