summaryrefslogblamecommitdiff
path: root/src/library/scala/inline.scala
blob: de3de3b45370795d6d93a4cd07e9dd2b897edd78 (plain) (tree)




















                                                                          
/*                     __                                               *\
**     ________ ___   / /  ___     Scala API                            **
**    / __/ __// _ | / /  / _ |    (c) 2002-2007, LAMP/EPFL             **
**  __\ \/ /__/ __ |/ /__/ __ |                                         **
** /____/\___/_/ |_/____/_/ | |                                         **
**                          |/                                          **
\*                                                                      */

// $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 {}