Package org.jetbrains.mps.annotations
Annotation Type Mutable
- 
 @Retention(SOURCE) @Target({TYPE,METHOD,FIELD,PARAMETER,LOCAL_VARIABLE}) public @interface Mutable Marks classes/enums which might change their state. Marks methods which might change the state of the enclosing class. Marks fields/parameters/locals which state can be changed.