Scala Library: scala.annotation.meta.companionObject
scala.annotation.meta.companionObject
final class companionObject extends Annotation with StaticAnnotation
Currently unused; intended as an annotation target for classes such as case classes that automatically generate a companion object
Instance Constructors From scala.annotation.meta.companionObject
new companionObject()
(defined at scala.annotation.meta.companionObject)
Full Source:
/* __ *\
** ________ ___ / / ___ Scala API **
** / __/ __// _ | / / / _ | (c) 2002-2013, LAMP/EPFL **
** __\ \/ /__/ __ |/ /__/ __ | http://scala-lang.org/ **
** /____/\___/_/ |_/____/_/ | | **
** |/ **
\* */
package scala.annotation.meta
/**
* Currently unused; intended as an annotation target for classes such as case classes
* that automatically generate a companion object
*/
final class companionObject extends scala.annotation.StaticAnnotation
Interested in Scala?
I send out weekly, personalized emails with articles and conference talks.
Subscribe now.