summaryrefslogtreecommitdiff
path: root/sources/serialize/VSNotSerializable.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/serialize/VSNotSerializable.java')
-rw-r--r--sources/serialize/VSNotSerializable.java11
1 files changed, 0 insertions, 11 deletions
diff --git a/sources/serialize/VSNotSerializable.java b/sources/serialize/VSNotSerializable.java
deleted file mode 100644
index f7bec1d..0000000
--- a/sources/serialize/VSNotSerializable.java
+++ /dev/null
@@ -1,11 +0,0 @@
-package serialize;
-
-/**
- * The Interface VSNotSerializable, this interface has no methods given and is
- * being used to distinguish if the simulator should not serialize an object
- * of the implementing class.
- *
- * @author Paul C. Buetow
- */
-public interface VSNotSerializable {
-}