summaryrefslogblamecommitdiff
path: root/src/library/scala/runtime/TraitSetter.java
blob: d8dd8c6b04ba30bb625dcffb0735424681422fe4 (plain) (tree)
1
2
3
4
5
6
7



                                                                        
           

                               
package scala.runtime;

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