scala.runtime.TraitSetter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scala-library Show documentation
Show all versions of scala-library Show documentation
Standard library for the Scala Programming Language
package scala.runtime;
/** A marker annotation to tag a setter of a mutable variable in a trait
*/
public @interface TraitSetter {
}