1 package iotcode.annotation;
3 import java.lang.annotation.*;
6 * This annotation is for the runtime system to instrument IoTSet and IoTRelation
7 * Re-instated on 12/12/2016
9 * @author Rahmadi Trimananda <rahmadi.trimananda @ uci.edu>
13 @Retention(RetentionPolicy.RUNTIME)
14 public @interface config {