changes + add two more benchmarks without annotations
[IRC.git] / Robust / src / Benchmarks / SSJava / EyeTrackingInfer / LOC.java
1 public @interface LOC {
2   String value();
3 }
4
5 public @interface RETURNLOC {
6   String value();
7 }