Adjusting files in ZigbeeTest; preparing things for 4th benchmark, i.e. generating...
[iot2.git] / benchmarks / other / ZigbeeTest / config.java
1 //package iotcode.annotation;
2
3 import java.lang.annotation.*;
4
5 /** @config annotation
6  *  This annotation is for the runtime system to instrument IoTSet and IoTRelation
7  *  Re-instated on 12/12/2016
8  *
9  * @author      Rahmadi Trimananda <rahmadi.trimananda @ uci.edu>
10  * @version     1.0
11  * @since       2016-12-12
12  */
13 @Retention(RetentionPolicy.RUNTIME)
14 public @interface config {
15 }