Marked old MachineContext deprecated
authorChristian Femers <femers@in.tum.de>
Tue, 24 Sep 2019 04:19:43 +0000 (06:19 +0200)
committerChristian Femers <femers@in.tum.de>
Tue, 24 Sep 2019 04:19:43 +0000 (06:19 +0200)
plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/MachineContext.java

index 9da121a..c22c1c7 100644 (file)
@@ -6,7 +6,12 @@ import java.util.Set;
 
 import net.mograsim.machine.Machine;
 import net.mograsim.machine.MachineRegistry;
+import net.mograsim.plugin.nature.ProjectMachineContext;
 
+/**
+ * @deprecated use the {@link ProjectMachineContext} instead to make the context project dependent.
+ */
+@Deprecated(forRemoval = true)
 public class MachineContext
 {
        private Machine machine;