Adjusting and cleaning up ZigbeeTest to install Vigilia ZigBee gateway and devices.
[iot2.git] / benchmarks / other / ZigbeeTest / config.java
diff --git a/benchmarks/other/ZigbeeTest/config.java b/benchmarks/other/ZigbeeTest/config.java
deleted file mode 100644 (file)
index 9a7fde7..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-//package iotcode.annotation;
-
-import java.lang.annotation.*;
-
-/** @config annotation
- *  This annotation is for the runtime system to instrument IoTSet and IoTRelation
- *  Re-instated on 12/12/2016
- *
- * @author      Rahmadi Trimananda <rahmadi.trimananda @ uci.edu>
- * @version     1.0
- * @since       2016-12-12
- */
-@Retention(RetentionPolicy.RUNTIME)
-public @interface config {
-}