package scala.runtime; /** A marker annotation to tag a setter of a mutable variable in a trait */ public @interface TraitSetter { }