Preparing Makefiles, stub, skeleton, config files, etc. for porting LifxLightBulb...
[iot2.git] / benchmarks / annotation / constraint.java
diff --git a/benchmarks/annotation/constraint.java b/benchmarks/annotation/constraint.java
new file mode 100644 (file)
index 0000000..6e8fe10
--- /dev/null
@@ -0,0 +1,14 @@
+package iotcode.annotation;
+
+import java.lang.annotation.*;
+
+/** @constraint annotation
+ *  This annotation is for the runtime system to instrument IoTSet and IoTRelation
+ *
+ * @author      Rahmadi Trimananda <rahmadi.trimananda @ uci.edu>
+ * @version     1.0
+ * @since       2015-12-01
+ */
+@Retention(RetentionPolicy.RUNTIME)
+public @interface constraint {
+}