Preparing Makefiles, stub, skeleton, config files, etc. for porting LifxLightBulb...
[iot2.git] / benchmarks / annotation / config.java
diff --git a/benchmarks/annotation/config.java b/benchmarks/annotation/config.java
new file mode 100644 (file)
index 0000000..de85890
--- /dev/null
@@ -0,0 +1,15 @@
+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 {
+}