summaryrefslogtreecommitdiff
path: root/src/library/scala/runtime/TraitSetter.java
blob: d9907c0ac052604b9fbb137f775378ec3c7e04b8 (plain) (blame)
1
2
3
4
5
6
package scala.runtime;

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