scala.annotation.meta
Type members
Classlikes
Consult the documentation in package scala.annotation.meta.
Consult the documentation in package scala.annotation.meta.
- Source
- beanGetter.scala
Consult the documentation in package scala.annotation.meta.
Consult the documentation in package scala.annotation.meta.
- Source
- beanSetter.scala
When defining an implicit class, the Scala compiler creates an implicit conversion method for it.
When defining an implicit class, the Scala compiler creates an implicit
conversion method for it. Annotations @companionClass
and @companionMethod
control where an annotation on the implicit class will go. By default, annotations
on an implicit class end up only on the class.
- Source
- companionClass.scala
When defining an implicit class, the Scala compiler creates an implicit conversion method for it.
When defining an implicit class, the Scala compiler creates an implicit
conversion method for it. Annotations @companionClass
and @companionMethod
control where an annotation on the implicit class will go. By default, annotations
on an implicit class end up only on the class.
- Source
- companionMethod.scala
Currently unused; intended as an annotation target for classes such as case classes that automatically generate a companion object
Currently unused; intended as an annotation target for classes such as case classes that automatically generate a companion object
- Source
- companionObject.scala
Consult the documentation in package scala.annotation.meta.
Consult the documentation in package scala.annotation.meta.
- Source
- field.scala
Consult the documentation in package scala.annotation.meta.
Consult the documentation in package scala.annotation.meta.
- Source
- getter.scala
An annotation giving particulars for a language feature in object scala.language
.
An annotation giving particulars for a language feature in object scala.language
.
- Source
- languageFeature.scala
Consult the documentation in package scala.annotation.meta.
Consult the documentation in package scala.annotation.meta.
- Source
- param.scala
Consult the documentation in package scala.annotation.meta.
Consult the documentation in package scala.annotation.meta.
- Source
- setter.scala