Annotations - Scala Documentation

Annotations associate meta-information with definitions. For example, the annotation @deprecated before a method causes the compiler to print a warning if the method is used.


This is a companion discussion topic for the original entry at http://docs.scala-lang.org//tutorials/tour/annotations.html.html