Marked fields/methods related to activeMachine as deprecated in MContext
[Mograsim.git] / plugins / net.mograsim.plugin.core / src / net / mograsim / plugin / nature / MachineContextStatus.java
index 37c50a3..6adf912 100644 (file)
@@ -5,14 +5,16 @@ public enum MachineContextStatus
        /**
         * A machine is currently associated and maybe running.
         */
+       @Deprecated(forRemoval = true)
        ACTIVE,
        /**
         * A machine is currently associated and maybe running, but its ID does not match the current definition.
         */
+       @Deprecated(forRemoval = true)
        ACTIVE_CHANGED,
        /**
-        * The project can be actively used. The project must exist, be currently valid (uses a machine id that is known to Mograsim at
-        * runtime) and opened.
+        * The project can be actively used. The project must exist, be currently valid (uses a machine id that is known to Mograsim at runtime)
+        * and opened.
         */
        READY,
        /**